mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 15:26:58 +00:00
Moved groups to Light Groups. Added filters to Homekit and Alexa. REMOVED Homebridge references. #764
This commit is contained in:
141
config/light_groups.yaml
Executable file
141
config/light_groups.yaml
Executable file
@@ -0,0 +1,141 @@
|
||||
#-------------------------------------------
|
||||
# @CCOSTAN
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# Read all about this and more at https://vCloudInfo.com
|
||||
# Additional Light groups control file for better Alexa / HomeKit support
|
||||
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
|
||||
######################################################################################################
|
||||
|
||||
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
||||
- platform: flux_led
|
||||
automatic_add: True
|
||||
devices:
|
||||
192.168.10.30:
|
||||
name: led_garage_snip
|
||||
mode: "rgb"
|
||||
192.168.10.31:
|
||||
name: led_outdoor_den
|
||||
mode: "rgb"
|
||||
192.168.10.32:
|
||||
name: led_garage_large
|
||||
mode: "rgb"
|
||||
192.168.10.33:
|
||||
name: led_garage_small
|
||||
mode: "rgb"
|
||||
|
||||
- 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
|
||||
# - light.m1_slider
|
||||
|
||||
- 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 lights
|
||||
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 Pool Lights
|
||||
entities:
|
||||
- light.p1_front_left
|
||||
- light.p1_front_right
|
||||
- light.p1_back_left
|
||||
- light.p1_back_right
|
||||
|
||||
- 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.front_door
|
||||
- light.flood1
|
||||
- light.flood2
|
||||
|
||||
- platform: group
|
||||
name: Garage lights
|
||||
entities:
|
||||
- light.garage_attic
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user