mirror of
https://github.com/Threnklyn/NSPanel_HA_Blueprint.git
synced 2026-06-07 13:43:32 +02:00
button error
This commit is contained in:
@@ -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