Files
2024-04-14 14:08:56 -04:00

15 lines
609 B
YAML

name: House
options:
# Auto mode - automate everything with regular timers and regular motion sensors
- 'Auto'
# Away mode - ignore motion (due to dog), but possibly randomize lights turning off and on
- 'Away'
# Bachelor mode - automate everything and have short timeouts and modified motion sensors
- 'Bachelor'
# Single Dad mode - automate everything with regular timers, but dim things earlier for bedtime
- 'Dad'
# Guest mode - automate brightness, but rely on manual light switches
- 'Guest'
# Manual mode - rely on manual light switches and mimic incandescent lights
- 'Manual'