- Created .gitignore to exclude specific directories and files. - Added climate.yaml for climate control configurations. - Added cover.yaml for cover control configurations. - Created knx_groups.csv and knx_groups_not_added.csv for KNX group management. - Included knx.yaml to organize KNX components and their configurations. - Added light.yaml for light control configurations.
3 lines
84 B
YAML
3 lines
84 B
YAML
light: !include light.yaml
|
|
cover: !include cover.yaml
|
|
climate: !include climate.yaml |