expert import mode
This commit is contained in:
@@ -35,7 +35,7 @@ bathroom:
|
||||
color_temp: 250
|
||||
|
||||
bathroom_button:
|
||||
module: button
|
||||
module: room_control
|
||||
class: Button
|
||||
dependencies:
|
||||
- bathroom
|
||||
@@ -45,7 +45,7 @@ bathroom_button:
|
||||
ref_entity: light.bathroom
|
||||
|
||||
bathroom_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- bathroom
|
||||
|
||||
@@ -77,7 +77,7 @@ bedroom:
|
||||
sleep: input_boolean.sleeping
|
||||
|
||||
bedroom_buttons:
|
||||
module: button
|
||||
module: room_control
|
||||
class: Button
|
||||
dependencies:
|
||||
- bedroom
|
||||
@@ -89,7 +89,7 @@ bedroom_buttons:
|
||||
- Bedroom Button 2
|
||||
|
||||
bedroom_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- bedroom
|
||||
|
||||
@@ -28,7 +28,7 @@ closet:
|
||||
color_temp: 400
|
||||
|
||||
closet_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- closet
|
||||
|
||||
@@ -40,7 +40,7 @@ kitchen:
|
||||
brightness: 25
|
||||
|
||||
kitchen_button:
|
||||
module: button
|
||||
module: room_control
|
||||
class: Button
|
||||
dependencies:
|
||||
- kitchen
|
||||
@@ -50,7 +50,7 @@ kitchen_button:
|
||||
ref_entity: light.kitchen
|
||||
|
||||
kitchen_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- kitchen
|
||||
|
||||
@@ -28,7 +28,7 @@ laundry:
|
||||
color_temp: 400
|
||||
|
||||
laundry_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- laundry
|
||||
|
||||
@@ -69,7 +69,7 @@ living_room:
|
||||
brightness: 25
|
||||
|
||||
front_door:
|
||||
module: door
|
||||
module: room_control
|
||||
class: Door
|
||||
dependencies:
|
||||
- living_room
|
||||
@@ -78,7 +78,7 @@ front_door:
|
||||
door: binary_sensor.front_contact
|
||||
|
||||
living_room_button:
|
||||
module: button
|
||||
module: room_control
|
||||
class: Button
|
||||
dependencies:
|
||||
- living_room
|
||||
@@ -88,7 +88,7 @@ living_room_button:
|
||||
ref_entity: light.living_room
|
||||
|
||||
living_room_motion:
|
||||
module: motion
|
||||
module: room_control
|
||||
class: Motion
|
||||
dependencies:
|
||||
- living_room
|
||||
|
||||
Reference in New Issue
Block a user