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:
+5
-2
@@ -1,5 +1,8 @@
|
||||
- name: 'Garagentor 1'
|
||||
- name: 'Garagentor Conny öffnen'
|
||||
address: '5/4/0'
|
||||
|
||||
- name: 'Garagentor 2'
|
||||
- name: 'Garagentor Ben öffnen'
|
||||
address: '5/4/1'
|
||||
|
||||
- name: 'Haustür öffnen'
|
||||
address: '0/0/2'
|
||||
+1
-1
@@ -64,4 +64,4 @@
|
||||
target_temperature_state_address: "4/3/10"
|
||||
operation_mode_address: "4/3/16"
|
||||
operation_mode_state_address: "4/3/16"
|
||||
active_state_address: "4/3/18"
|
||||
active_state_address: "4/3/18"
|
||||
|
||||
+1
-1
@@ -97,4 +97,4 @@
|
||||
move_short_address: "4/2/11"
|
||||
stop_address: "4/2/11"
|
||||
position_address: "4/2/13"
|
||||
position_state_address: "4/2/12"
|
||||
position_state_address: "4/2/12"
|
||||
|
||||
@@ -226,4 +226,3 @@
|
||||
brightness_state_address: "2/1/14"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -13,3 +13,22 @@
|
||||
- name: 'SS_OG1_FL_Tablet'
|
||||
address: '3/4/2'
|
||||
state_address: '3/4/3'
|
||||
|
||||
- name: 'SE_EG_WZ_01 Door Contact'
|
||||
address: '2/5/4'
|
||||
state_address: '2/5/4'
|
||||
|
||||
|
||||
- name: 'SE_EG_WZ_02 Door Contact'
|
||||
address: '2/5/6'
|
||||
state_address: '2/5/6'
|
||||
|
||||
|
||||
- name: 'SE_EG_WZ_03 Door Contact'
|
||||
address: '2/5/7'
|
||||
state_address: '2/5/7'
|
||||
|
||||
|
||||
- name: 'SE_EG_WC_01 Door Contact'
|
||||
address: '2/5/8'
|
||||
state_address: '2/5/8'
|
||||
|
||||
Reference in New Issue
Block a user