-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgroups.yaml
92 lines (92 loc) · 2.15 KB
/
groups.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Creating some tabs
default_view:
view: yes
icon: mdi:home
entities:
# - group.iFrame_weather
- group.kitchen
- group.upstairs
- group.downstairs
- group.outside
- group.cameras
- group.darksky
# Add some badges
- binary_sensor.garage_door_one
- binary_sensor.garage_door_two
- sensor.dark_sky_humidity
- sensor.dark_sky_temperature
- sensor.dark_sky_wind_speed
misc:
name: Misc
view: yes
entities:
- group.zwaveDevices
# Groups to put on tabs
kitchen:
name: Kitchen
entities:
- switch.switch_3
# Kitchen Recessed
- switch.jasco_products_14292_in_wall_smart_toggle_switch_switch
# Kitchen Over Oven
- switch.switch_5
# Kitchen Chandalier
upstairs:
name: Upstairs
entities:
- switch.zooz_zen07_mini_plug_switch
# Aidan LED Wall
- light.aidan_art
# Aidan Art Wall
- switch.wemo4
# Wemo4 (miniswitch) for Aidans Epoxy Lamp
- switch.wemo5
# Wemo5 (miniswitch) for living room lamp
- switch.wemo3
# Wemo3 (miniswitch) for BackupWiFi
downstairs:
name: Downstairs
entities:
- switch.wemo2
# Wemo2 (miniswitch) for amy heater
- light.rob_office_monitor
# esp8266 for color behind rob office monitor
outside:
name: Outside
control: hidden
entities:
- switch.garage_door_one
- switch.garage_door_two
- switch.wemo1
# Wemo1 (miniswitch) for lake pump
- input_boolean.lake_pump_30min
- input_boolean.lake_pump_60min
# Button to kick off watering durations
- light.level
# Front Porch
- light.level_2
# Lake Lamp
- switch.switch
# Backyard Floods
zwaveDevices:
name: zwave Devices
entities:
- zwave.aeotec_zw090_zstick_gen5_us
- zwave.zooz_zen07_mini_plug
- zwave.ge_14292_inwall_smart_toggle_switch
- zwave.ge_zw7101_smart_led_light_bulb_ze26i
cameras:
name: cameras
entities:
- camera.front_door
- camera.frontcam
iFrame_weather:
name: ' '
entities:
- sensor.iframe
darksky:
name: Weather
entities:
- sensor.dark_sky_summary
- sensor.dark_sky_temperature
- sensor.dark_sky_daily_summary