Richard
Results
2
comments of
Richard
This sensor changes throttling to avoid errors: https://github.com/home-assistant/home-assistant/blob/9d583ad9f98cd3f1c2c6832206c039712c0fe4db/homeassistant/components/awair/sensor.py or, you might be able to set the sensor as "unavailable" during those times: ``` @property def available(self): ```
Please note that there is no intention to resolve this issue at this time. When an API endpoint goes offline for hours at a time, HA is not really able...