Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object has no attribute 'rate_limit_delay' #180

Open
ThierryBegin opened this issue Oct 24, 2024 · 3 comments
Open

object has no attribute 'rate_limit_delay' #180

ThierryBegin opened this issue Oct 24, 2024 · 3 comments

Comments

@ThierryBegin
Copy link

Version of the custom_component

2023.11.1

Configuration

Describe the bug

Govee integration won't connect

Debug log


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'?

@chaosclarity84
Copy link

chaosclarity84 commented Oct 25, 2024

Also getting this. Just updated to latest HA. Is anyone even maintaining this any more? Guess I need to drop all my Govee stuff...

@CT-Biggles
Copy link

Also getting this. Just updated to latest HA. Is anyone even maintaining this any more? Guess I need to drop all my Govee stuff...

You might want to try the govee2mqtt addon. That seems to be working but requires mqtt broker.

@TobiTenno
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants