I've removed the previous watts installation and started from scratch.
After installing the package again, i'm getting the error below after restart and no devices are found
What am i doing wrong?
Logger: homeassistant.components.climate
Source: custom_components/_watts_vision/climate.py:59
Integration: Climate (documentation, issues)
First occurred: 5:07:57 PM (1 occurrences)
Last logged: 5:07:57 PM
Error while setting up watts_vision platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/_watts_vision/climate.py", line 59, in async_setup_entry
for y in range(len(smartHomes)):
TypeError: object of type 'NoneType' has no len()
Hi Paul,
I've removed the previous watts installation and started from scratch. After installing the package again, i'm getting the error below after restart and no devices are found What am i doing wrong?
Logger: homeassistant.components.climate Source: custom_components/_watts_vision/climate.py:59 Integration: Climate (documentation, issues) First occurred: 5:07:57 PM (1 occurrences) Last logged: 5:07:57 PM
Error while setting up watts_vision platform for climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/_watts_vision/climate.py", line 59, in async_setup_entry for y in range(len(smartHomes)): TypeError: object of type 'NoneType' has no len()