mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
15 lines
609 B
YAML
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'
|