renames
This commit is contained in:
Submodule apps/room_control updated: 4513437bf4...8a5431a72b
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user