-
Notifications
You must be signed in to change notification settings - Fork 3
/
group.yaml
83 lines (72 loc) · 2.53 KB
/
group.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
####################################################################################
# #
# #
# VIEWS #
# #
# #
####################################################################################
default_view:
view: yes
entities:
- group.family
- group.weather
- group.living_room
- group.bedroom
- group.network
devicestab:
name: Devices
view: yes
entities:
- group.locations
- group.allbatteries
####################################################################################
# #
# #
# GROUPS #
# #
# #
####################################################################################
network:
name: Network
entities:
- input_boolean.restart_hass
- sensor.speedtest_download
- weblink.router
- weblink.cameras
- weblink.foscam_thomas
weather:
name: Weather
entities:
- sensor.weather_apparent_temperature
- sensor.weather_summary
locations:
name: Locations
entities:
- device_tracker.gregiphone
- device_tracker.gregsipad
- device_tracker.gregsipodtouch
- device_tracker.lynetteiphone
- device_tracker.lynettesipad
family:
entities:
- device_tracker.gregiphone
- sensor.greg_travel_time
- device_tracker.lynetteiphone
living_room:
name: Living Room
icon: mdi:sofa
entities:
- input_boolean.motion_livingroom_override
- binary_sensor.fibaro_system_fgms001_motion_sensor_sensor_2
- sensor.fibaro_system_fgms001_motion_sensor_luminance_2
- sensor.fibaro_system_fgms001_motion_sensor_temperature_2
bedroom:
name: Bedroom
entities:
- media_player.bedroom
- sensor.fibaro_system_fgms001_motion_sensor_luminance_2
allbatteries:
name: Batteries
entities:
- sensor.battery_fibaro_livingroom
- sensor.battery_gregiphone