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