Logger: homeassistant.components.weather
Source: custom_components/qweather/weather.py:81
Integration: Weather (documentation, issues)
First occurred: 21:42:22 (1 occurrences)
Last logged: 21:42:22
qweather: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 446, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 702, in async_device_update
await task
File "/config/custom_components/qweather/weather.py", line 81, in async_update
self._current = json_data["now"]
KeyError: 'now'
Logger: homeassistant.components.weather
Source: components/weather/__init__.py:308
Integration: Weather (documentation, issues)
First occurred: 21:42:18 (1 occurrences)
Last logged: 21:42:18
custom_components.qweather.weather::QWeather is overriding deprecated methods on an instance of WeatherEntity, this is not valid and will be unsupported from Home Assistant 2023.1. Please report it to the custom component author.