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