What's Changed
Fixes
-
Login authentication restored — The Govee API started requiring additional headers (
appVersion,clientId,clientType,iotVersion,timestamp) on the login endpoint. Requests without them were rejected with "The app version is too low". This affected all users authenticating with email/password, and caused MQTT to stop connecting. (#28) -
DIY scenes no longer show as unavailable — The DIY scene selector was gated on MQTT being connected, even though scene activation tries the REST API first (with MQTT/BLE passthrough only as a fallback). The entity is now available regardless of MQTT connection state. (#26)
Update Instructions
HACS: Go to Integrations → Govee Cloud Integration → Update, then restart Home Assistant.
If you were previously unable to log in with your email/password, go to Settings → Devices & Services → Govee Cloud Integration → Reconfigure after updating.