sindrebroch / ha-magicmirror

Custom HomeAssistant-integration for MagicMirror
Apache License 2.0
14 stars 0 forks source link

Fresh install of latest beta, and fork of MMM-Remote-Control - HA 11.01 - fails to start #23

Open jphoke opened 11 months ago

jphoke commented 11 months ago

I just installed via HACS 1.5.0b5 and your fork of MMM Remote control

Restart HA and the integration fails to start

LOG

Logger: homeassistant.config_entries Source: config_entries.py:399 First occurred: 6:08:38 PM (1 occurrences) Last logged: 6:08:38 PM

Error setting up entry 192.168.1.18 for magicmirror Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 399, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/magicmirror/init.py", line 53, in async_setup_entry await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

Describe the bug

Cannot start integration

Anything to try or that you need further to assist?