hass-config/appdaemon/apps/timed_lights.yaml
2019-03-31 17:58:34 +02:00

28 lines
515 B
YAML

outside_lights:
module: timed_lights
class: OutsideLights
global_dependencies:
- entities
dependencies:
- timeofday
- entity_manager
lights:
- light.ytterbelysning
- light.koksfonster
decorative_lights:
module: timed_lights
class: DecorativeLights
global_dependencies:
- entities
dependencies:
- timeofday
- entity_manager
lights:
- light.deko_vardagsrum
- light.skotbord
- light.trappbelysning
- light.kontor_fonster
- light.fasadbelysning