This commit is contained in:
John Lancaster
2023-11-25 18:23:31 -06:00
parent daf97fcb06
commit 021dc61c6b
5 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -75,7 +75,7 @@ bedroom:
bedroom_buttons: bedroom_buttons:
module: button module: button
class: ButtonController class: Button
app: bedroom app: bedroom
ref_entity: light.bedroom ref_entity: light.bedroom
button: button:

View File

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

View File

@@ -67,13 +67,13 @@ living_room:
front_door: front_door:
module: door module: door
class: DoorControl class: Door
app: living_room app: living_room
door: binary_sensor.front_contact door: binary_sensor.front_contact
living_room_button: living_room_button:
module: button module: button
class: ButtonController class: Button
app: living_room app: living_room
button: Living Room Button button: Living Room Button
ref_entity: light.living_room ref_entity: light.living_room