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:
module: button
class: ButtonController
class: Button
app: bathroom
ref_entity: light.bathroom
button: Bathroom Button

View File

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

View File

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

View File

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