mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-17 01:52:58 +00:00
10 lines
254 B
YAML
10 lines
254 B
YAML
# Hack - the switch.camera initial state is wrong (ON) when the server starts.
|
|
- id: hass_startup
|
|
alias: "Hass startup"
|
|
trigger:
|
|
- platform: homeassistant
|
|
event: start
|
|
action:
|
|
- service: switch.turn_off
|
|
entity_id: switch.camera
|