button error
This commit is contained in:
Binary file not shown.
@@ -4194,7 +4194,7 @@ action:
|
|||||||
scene.turn_on
|
scene.turn_on
|
||||||
{% elif left_button_entity is match 'script.' %}
|
{% elif left_button_entity is match 'script.' %}
|
||||||
script.turn_on
|
script.turn_on
|
||||||
{% elif entity_short is match 'fan.' %}
|
{% elif left_button_entity is match 'fan.' %}
|
||||||
fan.toggle
|
fan.toggle
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data:
|
data:
|
||||||
@@ -4247,7 +4247,7 @@ action:
|
|||||||
scene.turn_on
|
scene.turn_on
|
||||||
{% elif right_button_entity is match 'script.' %}
|
{% elif right_button_entity is match 'script.' %}
|
||||||
script.turn_on
|
script.turn_on
|
||||||
{% elif entity_short is match 'fan.' %}
|
{% elif right_button_entity is match 'fan.' %}
|
||||||
fan.toggle
|
fan.toggle
|
||||||
{% endif %}
|
{% endif %}
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user