Closed epenet closed 2 years 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.
fixed it by renaming the options property, will release new version once will be 2022.11 officially released.
thanks
done
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