ref entity business

This commit is contained in:
John Lancaster
2023-11-25 02:18:00 -06:00
parent 117c7b3471
commit d34dfd2e56
6 changed files with 7 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ scene_detect:
module: scene_detect
class: MotionCanceller
scene: in_bed
app: bedroom
app: bedroom_motion
leaving:
module: leaving

View File

@@ -35,6 +35,7 @@ bathroom_button:
module: button
class: ButtonController
app: bathroom
ref_entity: light.bathroom
button: Bathroom Button
bathroom_motion:

View File

@@ -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

View File

@@ -40,6 +40,7 @@ kitchen_button:
module: button
class: ButtonController
app: kitchen
ref_entity: light.kitchen
button: Kitchen Button
kitchen_motion:

View File

@@ -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