libdyson-wg / ha-dyson

Home Assistant custom integration for Wi-Fi connected Dyson devices
MIT License
228 stars 26 forks source link

Invalid config error, unable to use integration #21

Closed TonyMontuna closed 1 year ago

TonyMontuna commented 1 year ago

Hi there! I was using this integration successfully for the past week or two but after a restart today from working on my dashboard layout, I'm randomly getting an invalid config error notification upon boot up. Specfically:

"Invalid config The following integrations and platforms could not be set up:

dyson_local ([Show logs]() dyson_cloud ([Show logs]() Please check your config and [logs]()."

Under the cloud log I got this error

Logger: homeassistant.setup
Source: setup.py:214
First occurred: 1:41:58 PM (1 occurrences)
Last logged: 1:41:58 PM

Setup failed for custom integration dyson_cloud: Unable to import component: No module named 'custom_components.dyson_local'

and under the local log I got these errors

Logger: frontend.js.latest.202305033
Source: components/system_log/__init__.py:257
First occurred: 1:45:55 PM (3 occurrences)
Last logged: 1:45:55 PM

http://homeassistant.local:8123/config/logs?filter=dyson_cloud:0:0 Uncaught
http://homeassistant.local:8123/hacsfiles/fan-control-entity-row/fan-control-entity-row.js?hacstag=19166315023:9:28 Uncaught ReferenceError: Polymer is not defined

and

Logger: homeassistant.setup
Source: setup.py:214
First occurred: 1:41:58 PM (1 occurrences)
Last logged: 1:41:58 PM

Setup failed for custom integration dyson_cloud: Unable to import component: No module named 'custom_components.dyson_local'

Any help would be greatly appreciated!

TonyMontuna commented 1 year ago

Solution was to remove, restart, re download, re configure. Thanks!