ref entity business
This commit is contained in:
@@ -19,7 +19,7 @@ scene_detect:
|
|||||||
module: scene_detect
|
module: scene_detect
|
||||||
class: MotionCanceller
|
class: MotionCanceller
|
||||||
scene: in_bed
|
scene: in_bed
|
||||||
app: bedroom
|
app: bedroom_motion
|
||||||
|
|
||||||
leaving:
|
leaving:
|
||||||
module: leaving
|
module: leaving
|
||||||
|
|||||||
Submodule apps/room_control updated: f4364764a1...c9cc841d58
@@ -35,6 +35,7 @@ bathroom_button:
|
|||||||
module: button
|
module: button
|
||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: bathroom
|
app: bathroom
|
||||||
|
ref_entity: light.bathroom
|
||||||
button: Bathroom Button
|
button: Bathroom Button
|
||||||
|
|
||||||
bathroom_motion:
|
bathroom_motion:
|
||||||
|
|||||||
@@ -70,13 +70,14 @@ bedroom:
|
|||||||
light.overhead:
|
light.overhead:
|
||||||
state: on
|
state: on
|
||||||
color_name: blueviolet
|
color_name: blueviolet
|
||||||
brightness_pct: 30
|
brightness_pct: 100
|
||||||
sleep: input_boolean.sleeping
|
sleep: input_boolean.sleeping
|
||||||
|
|
||||||
bedroom_buttons:
|
bedroom_buttons:
|
||||||
module: button
|
module: button
|
||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: bedroom
|
app: bedroom
|
||||||
|
ref_entity: light.bedroom
|
||||||
button:
|
button:
|
||||||
- Bedroom Button 1
|
- Bedroom Button 1
|
||||||
- Bedroom Button 2
|
- Bedroom Button 2
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ kitchen_button:
|
|||||||
module: button
|
module: button
|
||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: kitchen
|
app: kitchen
|
||||||
|
ref_entity: light.kitchen
|
||||||
button: Kitchen Button
|
button: Kitchen Button
|
||||||
|
|
||||||
kitchen_motion:
|
kitchen_motion:
|
||||||
|
|||||||
@@ -76,6 +76,7 @@ living_room_button:
|
|||||||
class: ButtonController
|
class: ButtonController
|
||||||
app: living_room
|
app: living_room
|
||||||
button: Living Room Button
|
button: Living Room Button
|
||||||
|
ref_entity: light.living_room
|
||||||
|
|
||||||
living_room_motion:
|
living_room_motion:
|
||||||
module: motion
|
module: motion
|
||||||
|
|||||||
Reference in New Issue
Block a user