Add initial KNX configuration files and .gitignore

- 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.
This commit is contained in:
Ben Melchior
2025-03-23 21:28:29 +01:00
parent 50dbfb4cca
commit c87787ef16
7 changed files with 781 additions and 0 deletions

3
knx/knx.yaml Normal file
View File

@@ -0,0 +1,3 @@
light: !include light.yaml
cover: !include cover.yaml
climate: !include climate.yaml