- 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.
7 lines
172 B
YAML
7 lines
172 B
YAML
light: !include light.yaml
|
|
cover: !include cover.yaml
|
|
climate: !include climate.yaml
|
|
button: !include button.yaml
|
|
sensor: !include sensor.yaml
|
|
switch: !include switch.yaml
|