single apps per room again based on services update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user