-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfloorplan.yaml
executable file
·68 lines (67 loc) · 1.7 KB
/
floorplan.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: Floorplan Test
image: /local/custom_ui/floorplan/floorplanV1Test.svg
stylesheet: /local/custom_ui/floorplan/floorplan.css
hide_app_toolbar:
groups:
- name: doorbell
entities:
- switch.doorbell_ring
states:
- state: 'on'
class: 'doorbell-on'
- state: 'off'
class: 'doorbell-off'
action:
service: toggle
- name: Switches
entities:
- switch.kitchen_entry_switch
- switch.kitchen_light_switch
- switch.downstairs_hall_switch
- switch.mantle_light_switch
- switch.foyer_light_switch
- switch.porch_light_switch
- switch.deck_wall_light_switch
- switch.back_yard_flood_lights_switch
- fan.fan_level
- switch.living_room_blinds
states:
- state: 'on'
class: 'light-on'
- state: 'off'
class: 'light-off'
action:
service: toggle
- name: Lights
entities:
- light.overcabinet_lights
- light.living_room_light_level
- light.dining_room_light_level
states:
- state: 'on'
class: 'light-on'
- state: 'off'
class: 'light-off'
action:
service: toggle
- name: Binary Sensors
entities:
- binary_sensor.kitchen_motion
- binary_sensor.foyer_motion
states:
- state: 'off'
class: 'info-background'
- state: 'on'
class: 'danger-background'
state_transitions:
- name: On to off
from_state: 'on'
to_state: 'off'
duration: 10
- name: Cameras
entities:
- camera.front_door
- camera.driveway
- camera.left_side
- camera.back_yard
- camera.right_side