34 lines
595 B
YAML
34 lines
595 B
YAML
rich_logging:
|
|
module: console
|
|
global: true
|
|
|
|
living_room_tv:
|
|
module: tv
|
|
class: SoundBar
|
|
device: BoseTV
|
|
remote_entity: remote.broadlink_remote
|
|
playing_entity: media_player.sony_google_cast
|
|
off_entity: media_player.sony_bravia
|
|
|
|
scene_detect:
|
|
module: scene_detect
|
|
class: MotionCanceller
|
|
scene: bedsport
|
|
app: bedroom_motion
|
|
|
|
scene_detect2:
|
|
module: scene_detect
|
|
class: MotionCanceller
|
|
scene: in_bed
|
|
app: bedroom_motion
|
|
|
|
leaving:
|
|
module: leaving
|
|
class: Leaving
|
|
person: person.john
|
|
apps:
|
|
- living_room
|
|
- bedroom
|
|
- kitchen
|
|
- bathroom
|
|
- closet |