You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for building this integration. It's really helpful for me to automate in combination with a calendar.
The logs show me the following error with the request to report this as a bug
Entity None (<class 'custom_components.watts_vision.climate.WattsThermostat'>) implements HVACMode(s): heat, cool, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/pwesters/watts_vision/issues
There is no more information. Let me know if I can check or test anything to clarify this.
The text was updated successfully, but these errors were encountered:
Looking through the logs I see an error that might be related:
Error while setting up watts_vision platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 356, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/watts_vision/sensor.py", line 75, in async_setup_entry
WattsVisionLastCommunicationSensor(
File "/config/custom_components/watts_vision/central_unit.py", line 16, in __init__
self._name = "Last communication " + self._label
~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str
Thanks for building this integration. It's really helpful for me to automate in combination with a calendar.
The logs show me the following error with the request to report this as a bug
There is no more information. Let me know if I can check or test anything to clarify this.
The text was updated successfully, but these errors were encountered: