Enhance Home Assistant configuration with new automations and scripts
- Updated .gitignore to include additional directories. - Added multiple automations for home control, including doorbell notifications and sleep mode management in automations.yaml. - Introduced a new script for mobile notifications in scripts.yaml. - Created new KNX configuration files for buttons, sensors, and switches to improve home automation capabilities. - Updated secrets.yaml to streamline sensitive information management.
This commit is contained in:
11
knx/switch.yaml
Normal file
11
knx/switch.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: 'SE_AU_EG_PR'
|
||||
address: '5/4/3'
|
||||
state_address: '5/4/3'
|
||||
|
||||
- name: 'SE_OG1_FL_PR'
|
||||
address: '3/4/0'
|
||||
state_address: '3/4/0'
|
||||
|
||||
- name: 'Nachtmodus'
|
||||
address: '0/0/1'
|
||||
state_address: '0/0/1'
|
||||
Reference in New Issue
Block a user