Govee integration stopped working with upgrade to 2025.1

Our Govee lights stopped working when I upgraded HA to 2025.1. Here’s the error message I get:

TypeError: argument of type ‘int’ is not iterable
2025-01-05 06:37:34.091 WARNING (MainThread) [homeassistant.components.light] None (<class ‘custom_components.govee.light.GoveeLightEntity’>) does not set supported color modes, this will stop working in Home Assistant Core 2025.3, please create a bug report at Issues · LaggAt/hacs-govee · GitHub
2025-01-05 06:37:34.091 ERROR (MainThread) [homeassistant.components.light] 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:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Sorry, if I placed this Topic in the wrong category!

It is custom integration so this forum is a wrong place to look for information. On custom integration github problem already reported Integration is broken in HA 2025.1 · Issue #199 · LaggAt/hacs-govee · GitHub

1 Like