jcgoette / baby_buddy_homeassistant

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

Might stop working after 2023.3 update, async changes #99

Closed Tiitto closed 1 year ago

Tiitto commented 1 year ago

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 10:53:41 AM (1 occurrences) Last logged: 10:53:41 AM

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for babybuddy using this method at custom_components/babybuddy/init.py, line 69: hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)

kguy18 commented 1 year ago

@jcgoette are you planning on updating the integration to comply with the new requirements? Just curious if we will have to look for alternate options to integrate Baby Buddy and HA. My coding is limited to my copy/modify techniques applied to YAML lol!

jcgoette commented 1 year ago

Closed by #102.