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
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 10:50:33 AM (5 occurrences)
Last logged: 3:12:08 PM
Error setting up entry govee for govee
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/govee/__init__.py", line 67, in async_setup_entry
await hub.rate_limit_delay()
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Govee' object has no attribute 'rate_limit_delay'. Did you mean: 'rate_limit_reset'?
The text was updated successfully, but these errors were encountered:
I had similar impact with the mqtt integration that I do with the rate limiting issue... The mqtt version doesn't seem to publish updates as fast as would be ideal for reactive automations.
Version of the custom_component
2023.11.1
Configuration
Describe the bug
Govee integration won't connect
Debug log
The text was updated successfully, but these errors were encountered: