iMicknl / ha-tahoma

Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.
MIT License
151 stars 30 forks source link

Options is available as a standard property of SelectEntityDescription #820

Closed epenet closed 1 year ago

epenet commented 1 year ago

The problem

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.

tetienne commented 1 year ago

Fixed with the latest version