mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
rgb_color needs special handling in data_template #744
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
- fri
|
||||
action:
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garadget', 'open') }}
|
||||
{{ is_state('group.garage_doors', 'open') }}
|
||||
- delay: 00:03:00
|
||||
- service: light.turn_off
|
||||
entity_id: all
|
||||
|
@@ -79,7 +79,7 @@
|
||||
entity_id:
|
||||
- light.living_room_accents
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garadget', 'closed') }}
|
||||
{{ is_state('group.garage_doors', 'closed') }}
|
||||
- wait_template: >-
|
||||
{{ is_state('group.entry_points', 'off') }}
|
||||
- service: script.speech_engine
|
||||
|
Reference in New Issue
Block a user