custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
153 stars 45 forks source link

Grocy in HA after setup not working #269

Closed sagresbier closed 1 year ago

sagresbier commented 1 year ago

After setting up a new server with grocy in docker and installing grocy on HA I got following error:

2023-04-15 20:53:59.617 WARNING (MainThread) [homeassistant.helpers.frame] 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 grocy using this method at custom_components/grocy/init.py, line 52: hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)

karwosts commented 1 year ago

That's just a warning, not an error (and already reported in #264).

If nothing is working for you, it's probably unrelated to that message, I would look for other errors.

sagresbier commented 1 year ago

Hello @karwosts, I found the error. All entities are turned off after the setup. I actovated chords and tasks. Now it's working for me.