Fix Syntax Error

This commit is contained in:
2022-05-16 19:34:32 -07:00
parent a21718b318
commit 4134e95cd4

View File

@@ -160,13 +160,12 @@ script:
entity_id: "{{ entity_id }}"
default:
sequence:
- service: light.turn_on
target:
entity_id: "{{ entity_id }}"
data:
brightness: "{{ brightness }}"
transition: 0
- service: light.turn_on
target:
entity_id: "{{ entity_id }}"
data:
brightness: "{{ brightness }}"
transition: 0
# Update Home Theater Lighting State
ht_player_lighting_update: