dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
552 stars 106 forks source link

Drop custom config validator #327

Closed rautesamtr closed 7 months ago

rautesamtr commented 7 months ago

In preparation of changes in the config processing and error handling for home-assistant 2023.11 this drops the custom config validator and exposes the schema through CONFIG_SCHEMA so it is validated from core. This allows us to properly work with raised exceptions in the upcoming release. see https://developers.home-assistant.io/blog/2023/11/27/config-validation-and-error-handling

fixes #322, fixes #325 replaces #319