Skip to content

Commit

Permalink
Added new Matter device to replace light.sink
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Jan 24, 2025
1 parent 3e53f43 commit 8ea17e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/.HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025.1.3
2025.1.4
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 3 additions & 5 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions config/homekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/light_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -11,7 +12,6 @@
# Related Issue: https://github.com/CCOSTAN/Home-AssistantConfig/issues/764
#-------------------------------------------


- platform: group
name: Kitchen Lights
entities:
Expand Down

0 comments on commit 8ea17e6

Please sign in to comment.