Improvements
-
Clearer credential instructions in config flow to help users understand the difference between:
- API Key: From Govee Developer Portal (developer.govee.com) - NOT your account password
- Account credentials: Email/password from the Govee mobile app (may differ from website password)
-
Better validation with specific error messages:
- API key format validation before making API call (must be 36+ characters)
- Email/password consistency check (both required, or both empty to skip MQTT)
- Clear guidance when wrong credentials are entered
Fixes #7