Disable basement briefing if guest mode is on
This commit is contained in:
@ -4773,6 +4773,10 @@
|
|||||||
entity_id: input_boolean.basement_briefing
|
entity_id: input_boolean.basement_briefing
|
||||||
state: 'off'
|
state: 'off'
|
||||||
alias: Basement briefing has not already run for the day
|
alias: Basement briefing has not already run for the day
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.guest_mode
|
||||||
|
state: 'off'
|
||||||
|
alias: There are no guests
|
||||||
action:
|
action:
|
||||||
- service: script.basement_briefing
|
- service: script.basement_briefing
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
Reference in New Issue
Block a user