Logger: homeassistant.config_entries
Source: custom_components/grocy/init.py:52
Integration: Grocy (documentation, issues)
First occurred: 14:32:15 (3 occurrences)
Last logged: 14:33:41
Error setting up entry Grocy for grocy
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/grocy/init.py", line 52, in async_setup_entry
hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'
This error originated from a custom integration.
Logger: homeassistant.config_entries Source: custom_components/grocy/init.py:52 Integration: Grocy (documentation, issues) First occurred: 14:32:15 (3 occurrences) Last logged: 14:33:41
Error setting up entry Grocy for grocy Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup result = await component.async_setup_entry(hass, self) File "/config/custom_components/grocy/init.py", line 52, in async_setup_entry hass.config_entries.async_setup_platforms(config_entry, PLATFORMS) AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'