Govee - only showing devices no entities

Seem to have the same issue. Was surprised to find out how recent your posts were. Devices but no entities.

Edit 2025.1 caused this

from RG3:
There is an error and a warning after updating to 2025.1. Here is the error:

Logger: homeassistant.components.light
Source: helpers/entity_platform.py:608
integration: Light (documentation, issues)
First occurred: 4:02:59 PM (1 occurrences)
Last logged: 4:02:59 PM

Error adding entity None for domain light with platform govee
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 608, in _async_add_entities
await coro
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 825, in _async_add_entity
capabilities=entity.capability_attributes,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/light/init.py”, line 1116, in capability_attributes
if LightEntityFeature.EFFECT in supported_features:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type ‘int’ is not iterable

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:234
First occurred: 4:02:59 PM (1 occurrences)
Last logged: 4:02:59 PM

and here is the warning:

Detected code that calls async_forward_entry_setup for integration govee with title: govee and entry_id: 03253c8412f4fcfa451933ab0b9ef227, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1, please report this issue