elad-bar / ha-shinobi

Shinobi Video custom component for HA
53 stars 5 forks source link

Options is available as a standard property of SelectEntityDescription #35

Closed epenet closed 2 years ago

epenet commented 2 years 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 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.

elad-bar commented 2 years ago

fixed it by renaming the options property, will release new version once will be 2022.11 officially released.

thanks

elad-bar commented 2 years ago

done