26 lines
463 B
YAML
26 lines
463 B
YAML
outside_lights:
|
|
module: timed_lights
|
|
class: OutsideLights
|
|
global_dependencies:
|
|
- entities
|
|
dependencies:
|
|
- timeofday
|
|
- entity_manager
|
|
lights:
|
|
- light.ute_framsidan
|
|
|
|
|
|
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
|