home-assistant-configuration/groups.yaml

180 lines
3.2 KiB
YAML
Raw Normal View History

2016-12-30 16:10:09 +00:00
### GROUPS ###
default_view:
name: Home
view: yes
2017-04-09 01:35:13 +00:00
icon: mdi:home
2016-12-30 16:10:09 +00:00
entities:
- group.family
- group.temperature
- group.sun_and_moon
2017-04-09 13:53:59 +00:00
- group.travel_times
2017-04-09 02:10:01 +00:00
- group.security
2016-12-30 16:10:09 +00:00
people:
name: People
view: yes
2017-04-09 01:35:13 +00:00
icon: mdi:human-male-female
2016-12-30 16:10:09 +00:00
entities:
- group.jeffrey
- group.katherine
2017-04-09 01:35:13 +00:00
living:
name: Living
2017-04-08 19:24:14 +00:00
view: yes
2017-04-09 01:35:13 +00:00
icon: mdi:sofa
2017-04-08 19:24:14 +00:00
entities:
2017-04-09 01:35:13 +00:00
- group.living_lights
- group.living_scenes
- group.living_tv
2017-04-09 13:53:59 +00:00
- group.living_gaming
2017-04-08 19:24:14 +00:00
- media_player.apple_tv
- media_player.chromecast_lr
2017-04-09 01:35:13 +00:00
outdoors:
name: Outdoors
view: yes
icon: mdi:tree
entities:
- group.outside_lights
garage:
name: Garage
view: yes
icon: mdi:car
entities:
- group.garage_door
2017-04-08 19:24:14 +00:00
2016-12-30 16:10:09 +00:00
network:
name: Network
view: yes
2017-04-09 01:35:13 +00:00
icon: mdi:network
2016-12-30 16:10:09 +00:00
entities:
- group.internet
- group.computers
2016-12-30 16:10:09 +00:00
- group.home_automation
- group.servers
2017-04-09 01:35:13 +00:00
weather:
2016-12-30 16:10:09 +00:00
name: Weather
view: yes
2017-04-09 01:35:13 +00:00
icon: mdi:weather-partlycloudy
2016-12-30 16:10:09 +00:00
entities:
- group.weather
- group.temperature
- group.precipitation
2017-04-09 01:35:13 +00:00
#################################################################################
2016-12-30 16:10:09 +00:00
### Grops ###
Family:
2017-04-09 01:35:13 +00:00
- device_tracker.jeffreystonesiphone
- device_tracker.katherinesiphone
2016-12-30 16:10:09 +00:00
Jeffrey:
2017-04-09 01:35:13 +00:00
- device_tracker.jeffreystonesiphone
- sensor.jeff_iphone_batt
- sensor.jeff_ett_home
- input_select.jeff_status
2016-12-30 16:10:09 +00:00
Katherine:
2017-04-09 01:35:13 +00:00
- device_tracker.katherinesiphone
- sensor.kat_iphone_batt
- sensor.kat_ett_home
- input_select.kat_status
2016-12-30 16:10:09 +00:00
2017-04-09 13:53:59 +00:00
Travel Times:
- sensor.home_to_summit
- sensor.home_to_zoo
- sensor.jeff_ett_home
- sensor.kat_ett_home
2017-04-09 13:53:59 +00:00
Living Lights:
- switch.fireplace_lights
- light.tower_lamp
- switch.rail_lights
Living Scenes:
- scene.livingroom_dim
- scene.livingroom_night
- scene.livingroom_normal
Outside Lights:
- switch.driveway_light
- switch.side_door_light
- switch.front_porch_left
- switch.front_porch_right
2016-12-30 16:10:09 +00:00
Thermostat:
2017-04-09 01:35:13 +00:00
- climate.first_floor
2016-12-30 16:10:09 +00:00
Weather:
2017-04-09 01:35:13 +00:00
- sun.sun
- sensor.moon
2017-04-09 01:35:13 +00:00
- sensor.dark_sky_summary
- sensor.dark_sky_apparent_temperature
- sensor.dark_sky_humidity
- sensor.dark_sky_cloud_coverage
- sensor.dark_sky_wind_speed
- sensor.dark_sky_wind_bearing
- sensor.dark_sky_visibility
- sensor.dark_sky_pressure
Sun and Moon:
2017-04-09 01:35:13 +00:00
- sun.sun
- sensor.moon
2016-12-30 16:10:09 +00:00
Temperature:
2017-04-09 01:35:13 +00:00
- sensor.dark_sky_temperature
- sensor.dark_sky_apparent_temperature
- sensor.dark_sky_humidity
- sensor.dark_sky_dew_point
2016-12-30 16:10:09 +00:00
Precipitation:
2017-04-09 01:35:13 +00:00
- sensor.dark_sky_nearest_storm_distance
- sensor.dark_sky_nearest_storm_bearing
- sensor.dark_sky_precip
- sensor.dark_sky_precip_probability
- sensor.dark_sky_precip_intensity
2016-12-30 16:10:09 +00:00
Internet:
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload
#HVAC:
# - device_tracker.gateway2f3bca
Home Automation:
- sensor.smartthings
- sensor.amazon_dot_lr
2017-02-03 20:08:42 +00:00
- sensor.amazon_dot_kn
2016-12-30 16:10:09 +00:00
- sensor.honeywell
#Cameras:
# - device_tracker.ipcam_00626e46eb09_1
2017-04-08 19:34:34 +00:00
TVs:
- sensor.samsungtv
2016-12-30 16:10:09 +00:00
2017-04-09 01:35:13 +00:00
Living TV:
- sensor.samsungtv
Living Gaming:
- sensor.xboxone
Computers:
2017-02-03 20:08:42 +00:00
- sensor.jeff_ipad
- sensor.jeff_mbp
- sensor.jeff_work_mbp
- sensor.kat_ipad
- sensor.kat_mini
2016-12-30 16:10:09 +00:00
Servers:
- sensor.tycho
2016-12-30 16:10:09 +00:00
- sensor.tightbeam
2017-04-09 01:35:13 +00:00
Garage Door:
2017-02-03 16:31:37 +00:00
- cover.garage_door
2017-04-09 02:10:01 +00:00
Security:
- sensor.garage_door