mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
Adding Alert mode override (for time)
This commit is contained in:
@@ -21,10 +21,14 @@ voice_notify:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- condition: or
|
||||||
- condition: time
|
conditions:
|
||||||
after: '08:00:00'
|
- condition: time
|
||||||
before: '21:00:00'
|
after: '08:00:00'
|
||||||
|
before: '21:00:00'
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.alert_mode
|
||||||
|
state: 'on'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.speech_notifications
|
entity_id: input_boolean.speech_notifications
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
Reference in New Issue
Block a user