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,12 @@ bathroom:
module: room_control
class: RoomController
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- rich_logging
# rich: DEBUG
off_duration: '00:05:00'
motion:
sensor: binary_sensor.bathroom_motion_occupancy
ref_entity: light.bathroom
button: Bathroom Button
# rich: DEBUG
states:
- time: '05:00:00'
scene:
@@ -34,25 +36,3 @@ bathroom:
light.bathroom:
brightness: 1
color_temp: 250
bathroom_button:
module: room_control
class: Button
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- bathroom
# rich: DEBUG
app: bathroom
button: Bathroom Button
ref_entity: light.bathroom
bathroom_motion:
module: room_control
class: Motion
loki_url: http://192.168.1.107:3100/loki/api/v1/push
dependencies:
- bathroom
# rich: DEBUG
app: bathroom
sensor: binary_sensor.bathroom_motion_occupancy
ref_entity: light.bathroom