You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
2.7 KiB
122 lines
2.7 KiB
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Light Groups Configuration for Home Assistant - This file defines light groups for improved control and integration.
|
|
# Related Issue: 764
|
|
# Defines Home Assistant YAML configuration for Light Groups Configuration for Home Assistant.
|
|
# -------------------------------------------------------------------
|
|
# Notes: This file defines light groups for improved control and integration
|
|
# Notes: with voice assistants like Alexa and smart home platforms like HomeKit
|
|
# Notes: Shows the groups as light.xxxx
|
|
######################################################################
|
|
- platform: group
|
|
name: Kitchen Lights
|
|
entities:
|
|
- light.k1
|
|
- light.k2
|
|
- light.k3
|
|
- light.k4
|
|
- light.k5
|
|
- light.k6
|
|
- light.sink
|
|
- light.fridge
|
|
|
|
- platform: group
|
|
name: Bedroom lights
|
|
entities:
|
|
- light.bedroom
|
|
|
|
- platform: group
|
|
name: Living Room lights
|
|
entities:
|
|
- light.m1_back_left
|
|
- light.m1_back_right
|
|
- light.m1_front_left
|
|
- light.m1_front_right
|
|
|
|
- platform: group
|
|
name: Living Room Accents
|
|
entities:
|
|
- light.couch_1
|
|
- light.tv_light
|
|
- light.tv_stand_light
|
|
|
|
- platform: group
|
|
name: Dinette lights
|
|
entities:
|
|
- light.d1
|
|
- light.d2
|
|
|
|
# - platform: group
|
|
# name: Den lights
|
|
# entities:
|
|
# - light.den_lamp
|
|
|
|
- platform: group
|
|
name: Foyer
|
|
entities:
|
|
- light.f1
|
|
- light.f2
|
|
|
|
- platform: group
|
|
name: Office lights
|
|
entities:
|
|
- light.office_lamp
|
|
|
|
- platform: group
|
|
name: Upstairs lights
|
|
entities:
|
|
- light.upstairs_lamp
|
|
- light.dimmable_light_1
|
|
- light.dimmable_light_2
|
|
- light.upstairs_hallway
|
|
|
|
- platform: group
|
|
name: Dining Room lights
|
|
entities:
|
|
- light.s1
|
|
- light.s2
|
|
- light.s3
|
|
- light.s4
|
|
|
|
- platform: group
|
|
name: Outdoor Front Lights
|
|
entities:
|
|
- light.outdoor_foyer
|
|
- light.outdoor_sconce_1
|
|
- light.outdoor_sconce_2
|
|
- light.outdoor_sconce_3
|
|
- light.led_garage_large
|
|
- light.led_garage_snip
|
|
- light.led_garage_small
|
|
- light.led_outdoor_den
|
|
- light.treeflood
|
|
- light.flood_2
|
|
# - light.pathmiddle
|
|
|
|
- platform: group
|
|
name: Garage lights
|
|
entities:
|
|
- light.garage_attic
|
|
- light.garage_hallway
|
|
|
|
- platform: group
|
|
name: Hallway Lights
|
|
entities:
|
|
- light.kids_hallway
|
|
- light.bedroom_hallway
|
|
- light.upstairs_hallway
|
|
- light.garage_hallway
|
|
|
|
- platform: group
|
|
name: Justins Room
|
|
entities:
|
|
- light.justin_go
|
|
|
|
- platform: group
|
|
name: Paiges Room
|
|
entities:
|
|
- light.paige_go
|