diff --git a/blueprints/automation/inovelli_mode_cycling.yaml b/blueprints/automation/inovelli_mode_cycling.yaml index f012186..3715dd4 100644 --- a/blueprints/automation/inovelli_mode_cycling.yaml +++ b/blueprints/automation/inovelli_mode_cycling.yaml @@ -8,7 +8,7 @@ # Features: # - Cycles through available modes in input_select # - Updates LED color to match new mode (ROYGBIV scheme) -# - Flashes LED to confirm mode change (3-second pulse) +# - Flashes LED to confirm mode change (0.5-second pulse) # # Requirements: # - Inovelli Blue Dimmer (VZM31-SN) paired with Zigbee2MQTT @@ -88,9 +88,9 @@ action: data: value: "{{ next_color }}" - # Flash LED to confirm mode change (3-second pulse) + # Flash LED to confirm mode change (0.5-second pulse) - service: mqtt.publish data: topic: "zigbee2mqtt/{{ zigbee2mqtt_device_name }}/set" payload: >- - {"led_effect": {"effect": "pulse", "color": {{ next_color }}, "level": 100, "duration": 3}} + {"led_effect": {"effect": "pulse", "color": {{ next_color }}, "level": 100, "duration": 0.5}}