single apps per room again based on services update

This commit is contained in:
John Lancaster
2024-07-27 17:38:09 -05:00
parent dbdc088ca0
commit 689a9d0211
7 changed files with 32 additions and 144 deletions

View File

@@ -2,10 +2,13 @@ living_room:
module: room_control
class: RoomController
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- rich_logging
off_duration: '00:30:00'
motion:
sensor: binary_sensor.living_room_motion_occupancy
ref_entity: light.living_room
button: Living Room Button
door: binary_sensor.front_contact
# rich: DEBUG
off_duration: 00:30:00
states:
- time: sunrise
scene:
@@ -68,35 +71,3 @@ living_room:
state: 'on'
rgb_color: [255, 0, 0]
brightness: 25
front_door:
module: room_control
class: Door
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- living_room
# rich: DEBUG
app: living_room
door: binary_sensor.front_contact
living_room_button:
module: room_control
class: Button
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- living_room
# rich: DEBUG
app: living_room
button: Living Room Button
ref_entity: light.living_room
living_room_motion:
module: room_control
class: Motion
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- living_room
# rich: DEBUG
app: living_room
sensor: binary_sensor.living_room_motion_occupancy
ref_entity: light.living_room