38 lines
704 B
YAML
38 lines
704 B
YAML
outside_lights:
|
|
module: timed_lights
|
|
class: OutsideLights
|
|
global_dependencies:
|
|
- entities
|
|
dependencies:
|
|
- timeofday
|
|
- entity_manager
|
|
lights:
|
|
- light.ute_framsidan
|
|
- light.baksida
|
|
- light.entre
|
|
- light.fasad_1
|
|
- light.fasad_2
|
|
- light.fasad_3
|
|
- light.fasad_4
|
|
- light.fasad_5
|
|
- light.fasad_6
|
|
- light.fasad_7
|
|
- light.fasad_8
|
|
- light.mellangang
|
|
- light.uppfart
|
|
|
|
|
|
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
|