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 module: scene_detect
class: MotionCanceller class: MotionCanceller
scene: in_bed scene: in_bed
app: bedroom app: bedroom_motion
leaving: leaving:
module: leaving module: leaving

View File

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

View File

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

View File

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

View File

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