mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-12 00:30:14 +00:00
Added new Matter device to replace light.sink
This commit is contained in:
parent
3e53f43b3c
commit
8ea17e6d8f
@ -1 +1 @@
|
|||||||
2025.1.3
|
2025.1.4
|
@ -2,7 +2,7 @@
|
|||||||
## Stuff that needs to happen at 08:00am.
|
## Stuff that needs to happen at 08:00am.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
- alias: 'Timed 0630'
|
- alias: 'Timed 0800'
|
||||||
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
id: 7bf33e23-021c-4e11-946b-b052b81fd2bc
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
@ -34,6 +34,7 @@ cloud:
|
|||||||
- group.outdoor_seasonal
|
- group.outdoor_seasonal
|
||||||
- group.master_bathroom_accents
|
- group.master_bathroom_accents
|
||||||
- group.kitchen_accents
|
- group.kitchen_accents
|
||||||
|
- group.kitchen_lights
|
||||||
- light.bedroom
|
- light.bedroom
|
||||||
- light.bedroom_lights
|
- light.bedroom_lights
|
||||||
- light.den_lights
|
- light.den_lights
|
||||||
@ -42,24 +43,21 @@ cloud:
|
|||||||
- light.foyer_lights
|
- light.foyer_lights
|
||||||
- light.garage_lights
|
- light.garage_lights
|
||||||
- light.hallway_lights
|
- light.hallway_lights
|
||||||
- light.kitchen_lights
|
|
||||||
- light.living_room_accents
|
- light.living_room_accents
|
||||||
- light.living_room_lights
|
- light.living_room_lights
|
||||||
- light.office_lights
|
- light.office_lights
|
||||||
- light.outdoor_front_lights
|
- light.outdoor_front_lights
|
||||||
- light.outdoor_pool_lights
|
- light.outdoor_pool_lights
|
||||||
- light.upstairs_lights
|
- light.upstairs_lights
|
||||||
|
- light.sink
|
||||||
include_domains:
|
include_domains:
|
||||||
- switch
|
- switch
|
||||||
- cover
|
- cover
|
||||||
- input_boolean
|
- input_boolean
|
||||||
- camera
|
- camera
|
||||||
# entity_config:
|
|
||||||
# light.kitchen_lights:
|
|
||||||
# display_categories: LIGHT
|
|
||||||
|
|
||||||
#discovery:
|
#discovery:
|
||||||
|
# This groups up lights but displays them as light.xxxx
|
||||||
light: !include light_groups.yaml
|
light: !include light_groups.yaml
|
||||||
|
|
||||||
ifttt:
|
ifttt:
|
||||||
|
@ -45,6 +45,7 @@ filter:
|
|||||||
- light.outdoor_front_lights
|
- light.outdoor_front_lights
|
||||||
- light.outdoor_pool_lights
|
- light.outdoor_pool_lights
|
||||||
- light.upstairs_lights
|
- light.upstairs_lights
|
||||||
|
- light.sink
|
||||||
- switch.lr_amp
|
- switch.lr_amp
|
||||||
exclude_entities:
|
exclude_entities:
|
||||||
- lock.spaceship_door_lock
|
- lock.spaceship_door_lock
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Description: This file defines light groups for improved control and integration
|
# Description: This file defines light groups for improved control and integration
|
||||||
# with voice assistants like Alexa and smart home platforms like HomeKit.
|
# with voice assistants like Alexa and smart home platforms like HomeKit.
|
||||||
|
# Shows the groups as light.xxxx
|
||||||
#
|
#
|
||||||
# For more information and updates, visit:
|
# For more information and updates, visit:
|
||||||
# https://www.vcloudinfo.com/click-here
|
# https://www.vcloudinfo.com/click-here
|
||||||
@ -11,7 +12,6 @@
|
|||||||
# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
|
# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
- platform: group
|
- platform: group
|
||||||
name: Kitchen Lights
|
name: Kitchen Lights
|
||||||
entities:
|
entities:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user