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