mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
9 lines
214 B
YAML
9 lines
214 B
YAML
vacation_canceled:
|
|
sequence:
|
|
- condition: state
|
|
entity_id: input_boolean.vacation_mode
|
|
state: "on"
|
|
- service: input_boolean.turn_off
|
|
data:
|
|
entity_id: input_boolean.vacation_mode
|