jcgoette / baby_buddy_homeassistant

This custom integration provides sensors for Baby Buddy API endpoints.
MIT License
59 stars 28 forks source link

Options is available as a standard property of SelectEntityDescription #80

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

jcgoette commented 1 year ago

Nice. If I'm reading this correctly, just delete https://github.com/jcgoette/baby_buddy_homeassistant/blob/1e570f84d17297a719aa433373331ba4141b6663/custom_components/babybuddy/const.py#L183, right?

Did you want to PR? Or fine with me handling?

epenet commented 1 year ago

You can go ahead with the PR, but 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.

jcgoette commented 1 year ago

Closed by cddb62c050b65dab3e0812472947c13edd231048. Thanks @epenet!