Add new features and improvements to automations, scripts, and configuration
- Introduced a new lock file for Home Assistant run state management. - Updated automations.yaml to enhance doorbell notification handling and streamline automation sequences. - Refactored scripts.yaml to unify mobile notification actions. - Added new KNX configurations for color control and additional switches. - Created a new mobile dashboard configuration for improved user interface. - Added multiple new dark icons for various integrations to enhance visual representation.
This commit is contained in:
@@ -4,3 +4,8 @@ climate: !include climate.yaml
|
||||
button: !include button.yaml
|
||||
sensor: !include sensor.yaml
|
||||
switch: !include switch.yaml
|
||||
|
||||
number:
|
||||
- name : "L_AU_GT_01_Color"
|
||||
address: "5/1/25"
|
||||
type: decimal_factor
|
||||
@@ -55,9 +55,12 @@
|
||||
address: "5/1/0"
|
||||
state_address: "5/1/3"
|
||||
|
||||
- name: "L_AU_GT_03"
|
||||
- name: "L_AU_GT_01"
|
||||
address: "5/1/20"
|
||||
state_address: "5/1/23"
|
||||
brightness_address: "5/1/21"
|
||||
brightness_state_address: "5/1/24"
|
||||
color_temperature_address: "5/1/26"
|
||||
|
||||
# Light Dali UG
|
||||
- name: "LDA_UG_FL_01"
|
||||
@@ -66,6 +69,7 @@
|
||||
brightness_address: "1/1/2"
|
||||
brightness_state_address: "1/1/4"
|
||||
|
||||
|
||||
- name: "LDA_UG_TH_01"
|
||||
address: "1/1/30"
|
||||
state_address: "1/1/33"
|
||||
@@ -222,3 +226,4 @@
|
||||
brightness_state_address: "2/1/14"
|
||||
|
||||
|
||||
|
||||
|
||||
0
knx/scene.yaml
Normal file
0
knx/scene.yaml
Normal file
@@ -9,3 +9,7 @@
|
||||
- name: 'Nachtmodus'
|
||||
address: '0/0/1'
|
||||
state_address: '0/0/1'
|
||||
|
||||
- name: 'SS_OG1_FL_Tablet'
|
||||
address: '3/4/2'
|
||||
state_address: '3/4/3'
|
||||
|
||||
Reference in New Issue
Block a user