mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
17 lines
359 B
YAML
17 lines
359 B
YAML
alias: Clint Travelling
|
|
id: automation_clint_travelling
|
|
initial_state: "on"
|
|
#description:
|
|
trigger:
|
|
- platform: homeassistant
|
|
event: start
|
|
- platform: time
|
|
at: "21:00:00"
|
|
condition:
|
|
- condition: state
|
|
entity_id: input_boolean.clint_home
|
|
state: "off"
|
|
action:
|
|
- action: input_boolean.turn_on
|
|
entity_id: input_boolean.clint_travelling
|