22 lines
428 B
YAML
22 lines
428 B
YAML
hello_world:
|
|
module: hello_world
|
|
class: HelloWorld
|
|
|
|
living_room_tv:
|
|
module: tv
|
|
class: LivingRoomTV
|
|
media_entity: media_player.living_room_tv
|
|
hardware_entity: media_player.sony_kd_65x85k
|
|
remote_entity: remote.broadlink_remote
|
|
|
|
scene_detect:
|
|
module: scene_detect
|
|
class: MotionCanceller
|
|
scene: bedsport
|
|
app: bedroom
|
|
|
|
scene_detect:
|
|
module: scene_detect
|
|
class: MotionCanceller
|
|
scene: in_bed
|
|
app: bedroom |