renames
This commit is contained in:
Submodule apps/room_control updated: 4513437bf4...8a5431a72b
@@ -33,7 +33,7 @@ bathroom:
|
||||
|
||||
bathroom_button:
|
||||
module: button
|
||||
class: ButtonController
|
||||
class: Button
|
||||
app: bathroom
|
||||
ref_entity: light.bathroom
|
||||
button: Bathroom Button
|
||||
|
||||
@@ -75,7 +75,7 @@ bedroom:
|
||||
|
||||
bedroom_buttons:
|
||||
module: button
|
||||
class: ButtonController
|
||||
class: Button
|
||||
app: bedroom
|
||||
ref_entity: light.bedroom
|
||||
button:
|
||||
|
||||
@@ -38,7 +38,7 @@ kitchen:
|
||||
|
||||
kitchen_button:
|
||||
module: button
|
||||
class: ButtonController
|
||||
class: Button
|
||||
app: kitchen
|
||||
ref_entity: light.kitchen
|
||||
button: Kitchen Button
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user