mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
10 lines
256 B
YAML
10 lines
256 B
YAML
# Hack - the switch.camera initial state is wrong (ON) when the server starts.
|
|
- id: hass_startup
|
|
alias: System - Startup
|
|
trigger:
|
|
- platform: homeassistant
|
|
event: start
|
|
action:
|
|
- service: switch.turn_off
|
|
entity_id: switch.camera
|