hacs-govee: integration no longer works with HA 2022.4.0
Version, from the manifest file says 0.2.2 I pulled the latest version from git, and the bug report says to check const.py for the version number, but all that this file contains is this :
"""Constants for the Govee LED strips integration."""
DOMAIN = "govee"
CONF_DISABLE_ATTRIBUTE_UPDATES = "disable_attribute_updates"
CONF_OFFLINE_IS_OFF = "offline_is_off"
CONF_USE_ASSUMED_STATE = "use_assumed_state"
COLOR_TEMP_KELVIN_MIN = 2000
COLOR_TEMP_KELVIN_MAX = 9000
Nothing in the logs
The integration says it failed to start, deleted it and tried to re-add which produced this error dialogue:
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 3
- Comments: 24
Same here
Installation via HACS (begrudgingly) wortks OK, but don’t see why this would be any different from installing directly from the repo…
Mine is also not working after upgrade to latest version of HA
I also seeing this which i have not noticed before
This error originated from a custom integration.
Logger: custom_components.govee Source: custom_components/govee/init.py:41 Integration: Govee (documentation, issues) First occurred: 6:59:28 PM (1 occurrences) Last logged: 6:59:28 PM
API is back online.
Same here as well