button error

This commit is contained in:
tikismoke
2023-01-05 20:56:15 +01:00
parent 88472c7de1
commit ec67e93af0
2 changed files with 2 additions and 2 deletions

View File

@@ -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: