Enhance automations and configuration with new features and improvements

- Added new media player entity for doorbell notifications in automations.yaml.
- Refactored automation sequences to include conditional actions based on triggers for sleep mode and KidsRoom.
- Updated light and cover actions to improve functionality and responsiveness.
- Introduced new scripts for critical notifications and smart shading management in scripts.yaml.
- Added new KNX sensors for temperature, wind speed, and illuminance in sensor.yaml.
- Created new packages for mobile dashboard and PV to DHW management to streamline automation processes.
This commit is contained in:
Ben Melchior
2025-09-01 11:54:19 +02:00
parent 528f9f0a60
commit ea1eb9e6fa
9 changed files with 724 additions and 144 deletions

View File

@@ -1,4 +1,3 @@
# Loads default set of integrations. Do not remove.
default_config:
@@ -27,7 +26,25 @@ recorder:
frontend:
themes: !include_dir_merge_named themes
# Include packages
homeassistant:
packages: !include_dir_named packages
template: !include template/binary_sensor.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
knx: !include knx/knx.yaml
knx: !include knx/knx.yaml
# Storage for Bubble Card Modules
template:
- trigger:
- trigger: event
event_type: bubble_card_update_modules
sensor:
- name: "Bubble Card Modules"
state: "saved"
icon: "mdi:puzzle"
attributes:
modules: "{{ trigger.event.data.modules }}"
last_updated: "{{ trigger.event.data.last_updated }}"