Witam
chciałem uporządkować plik configuration.yaml dzieląc go na mniejsze pliki odpowiedzialne za poszczególne funkcje i napotkałem na następujący problem:
Unused YAML configuration for the knx integration
Z błędami ⸱ Zgłoszone przez Home Assistant Core Integration
It’s not possible to configure knx climate by adding platform: knx
to the climate configuration. Please check the documentation for more information on how to set up this integration.
To resolve this:
- Remove
platform: knx
occurences from theclimate:
configuration in your YAML configuration file. - Restart Home Assistant.
moj plik np. climates.yaml wygląda następująco:
- platform: knx
knx:
climate:
- name: "Biuro"
temperature_address: "2/0/10"
setpoint_shift_address: "2/0/31"
setpoint_shift_state_address: "2/0/32"
target_temperature_state_address: "2/0/30"
operation_mode_address: "2/0/11"
operation_mode_state_address: "2/0/9"
w pliku configuration.yaml bez zapisu: - platform: knx działa bez problemowo,
ale gdy zrobię odwłonie do oddzielnego pliku YAML to woła o podanie platformy, a więc mu podaję tak jak napisałem powyżej i sprawdzenie pliku YAML przechodzi OK, ale restracie HA wyskakuje taki błąd jak powyżej.
Do obsługi używam integracji KNX: Home Assistant
dzięki za podpowiedzi