LavermanJJ / home-assistant-solarfocus

🏡 Solarfocus eco manager touch integration for Home Assistant
Apache License 2.0
14 stars 4 forks source link

Options is available as a standard property of SelectEntityDescription #13

Closed epenet closed 1 year ago

epenet commented 1 year ago

As of Home Assistant Core 2022.11, options is available as a standard property of SelectEntityDescription. This may cause issues in custom components if a custom options property was previously implemented.

Please adjust the custom component by either dropping or renaming the custom options property.

See https://github.com/home-assistant/core/pull/78882

epenet commented 1 year ago

Please be aware that this will only be available from 2022.11 release. If you wish to be compatible with both 2022.10 and 2022.11 you may need to rename the options property.

LavermanJJ commented 1 year ago

@epenet thanks for the heads up!