Skip to content

Instantly share code, notes, and snippets.

@thanksmister
Created October 15, 2018 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanksmister/260160f977766d443e34951be5716a3c to your computer and use it in GitHub Desktop.
Save thanksmister/260160f977766d443e34951be5716a3c to your computer and use it in GitHub Desktop.
Home Assistant Groups Yaml Exanple
default_view:
name: Home
view: yes
entities:
- group.heater_system
- group.alarm_system
- group.lights
- group.outside_cameras
- group.air_controls
cameras:
name: Cameras
view: yes
entities:
- group.security_cameras
- group.camera_streams
- group.camera_controls
#- group.wallpanel
- group.alarmpanel
family_room:
name: Family Room
view: yes
entities:
- group.living_room_lights
- group.climate_living_room
- group.living_room_camera
climate:
name: Bedrooms
view: yes
entities:
- group.climate_master_bedroom
- group.climate_playroom
weather_tab:
name: Weather
view: yes
entities:
- group.weather
music:
name: Sound System
view: yes
entities:
- group.soundtouch
smoke_alarms:
name: Smoke Alarms
view: yes
entities:
- group.protect_entryway
- group.protect_hallway
automation_triggers:
name: Automations
view: yes
entities:
- group.automations
- group.script_group
Soundtouch:
- media_player.kitchen_speaker
- media_player.living_room_speaker
- media_player.playroom_tv
Security Cameras:
- camera.outside_main_door
- camera.living_room_wall
- camera.kids_room_wall
- camera.playroom
Outside Cameras:
- camera.outside_main_door
#- camera.outside_camera
Living Room Camera:
- camera.living_room_wall
Camera Streams:
- switch.kids_room_wall
- switch.playroom
- switch.living_room_wall
- switch.outside_main_door
Protect Entryway:
- sensor.entryway_nest_protect_battery_health
- sensor.entryway_nest_protect_smoke_status
- sensor.entryway_nest_protect_co_status
Protect Hallway:
- sensor.hallway_nest_protect_battery_health
- sensor.hallway_nest_protect_co_status
- sensor.hallway_nest_protect_smoke_status
Lights:
- light.living_room_couch
- light.living_room_shelf
- light.kitchen
Camera Controls:
- switch.outside_camera
- switch.living_room_camera
- switch.kids_room_camera
- switch.playroom_camera
Air Controls:
- switch.living_room_air_switch
- switch.bedroom_air_switch
- switch.playroom_air_switch
Living Room Lights:
- light.living_room_couch
- light.living_room_shelf
- switch.living_room_wall
Weather:
- sensor.dark_sky_apparent_temperature
- sensor.outside_temperature
- sensor.dark_sky_precip_probability
- sensor.dark_sky_humidity
- sensor.dark_sky_cloud_coverage
- sun.sun
Automations:
- automation.heater_reaches_target_temp
- automation.heater_below_target_temp
- automation.set_alarm_away
- automation.set_alarm_home
- automation.trigger_alarm
- automation.alarm_siren_on
- automation.alarm_siren_off
- automation.lights_kitchen_night
- automation.lights_living_room_night
- automation.lights_sunset
#- automation.turn_off_lights_when_clear
#- automation.turn_on_lights_when_cloudy
- automation.living_room_empty
- automation.living_room_occupied
- automation.set_climate_living_room_temperature
- automation.set_climate_kids_bedroom_temperature
- automation.set_climate_main_bedroom_temperature
- automation.disable_alarm_for_house_keeper
Alarm System:
- alarm_control_panel.ha_alarm
- sensor.outside_motion
- sensor.inside_motion
- sensor.main_door
- sensor.service_door
- switch.siren_switch
- sensor.siren_battery
Script Group:
- script.1523722461987
- script.1512499246647
- script.1504463797603
- script.1504463858923
- script.1506285704543
- script.1504558446327
- script.1504558294426
- script.1511450804188
- script.1511450931335
- script.1511451053573
- script.1511451114584
Climate Living Room:
- input_boolean.air_living_room_power
- sensor.living_room_target_temperature
- sensor.living_room_temperature
- sensor.living_room_humidity
- input_number.air_living_target_temp
- input_select.air_living_operational_mode
- input_select.air_living_fan_mode
- input_select.air_living_swing_mode
Climate Master Bedroom:
- input_boolean.air_master_bedroom_power
- sensor.master_bedroom_target_temperature
- sensor.master_bedroom_temperature
- sensor.master_bedroom_humidity
- input_number.air_master_bedroom_target_temp
- input_select.air_master_operational_mode
- input_select.air_master_fan_mode
Climate Playroom:
- input_boolean.air_kids_bedroom_power
- sensor.playroom_target_temperature
- sensor.playroom_temperature
- sensor.playroom_humidity
- input_number.air_playroom_target_temp
- input_select.air_playroom_operational_mode
- input_select.air_playroom_fan_mode
Heater System:
#- climate.calefaccion
- input_boolean.heater_system_power
- input_number.heater_system_target_temp
- script.1523722461987
- script.1512499246647
- sensor.living_room_motion
- sensor.living_room_temperature
- sensor.living_room_humidity
- sensor.heater_battery
- sensor.hallway_sensor_battery
Outside Weather:
- sensor.outside_temperature
- sensor.outside_pressure
WallPanel:
- camera.wallpanel_camera
- binary_sensor.wallpanel_motion_detected
- sensor.wallpanel_battery_level
- sensor.wallpanel_light_level
- sensor.wallpanel_magnetic_field
AlarmPanel:
- camera.alarm_panel_camera
- binary_sensor.alarm_panel_motion_detected
- sensor.alarm_panel_battery_level
- sensor.alarm_panel_light_level
- sensor.alarm_panel_magnetic_field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment