Update Home Assistant configuration and automations
- Updated .ha_run.lock to reflect the new Home Assistant version 2026.4.2. - Enhanced automations.yaml with improved entity targeting and additional automation actions for window shading. - Refactored configuration.yaml to include templates from a separate file for better organization. - Added new ESPHome configurations for window sensors and updated KNX configurations for door contacts and buttons. - Removed deprecated pv_to_dhw.yaml package to streamline the project.
This commit is contained in:
+1
-13
@@ -34,16 +34,4 @@ automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.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 }}"
|
||||
template: !include templates.yaml
|
||||
Reference in New Issue
Block a user