Files
ad-nix/apps/apps.yaml
John Lancaster de31b6ca5a added patio light
2024-08-13 01:07:00 -05:00

44 lines
729 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
room: bedroom
scene_detect2:
module: scene_detect
class: MotionCanceller
scene: in_bed
room: bedroom
leaving:
module: leaving
class: Leaving
person: person.john
apps:
- living_room
- bedroom
- kitchen
- bathroom
- closet
patio:
module: patio
class: Patio
door: binary_sensor.back_contact
light: light.patio
state:
brightness: 150
color_temp: 400