使用适用于所有 Govee WiFi 设备的最新 API 来集成 Home Assistant 和 Govee
A community-maintained HACS custom integration that connects your Govee smart home devices to Home Assistant via the Govee OpenAPI v2.
The integration auto-discovers all devices on your Govee account and creates entities based on each device's reported capabilities. No SKU hardcoding — if your device exposes a capability through the API, it will be available in HA.
| Device Type | HA Platform | Capabilities |
|---|---|---|
| Lights | light |
On/off, brightness, RGB color, color temperature, scenes, DIY scenes, RGBIC segments |
| Heaters | climate |
On/off, target temperature, current temperature, HVAC mode |
| Tea Kettles | climate |
On/off, target temperature |
| Air Purifiers | fan |
On/off, preset modes |
| Fans | fan |
On/off, speed, preset modes, oscillation |
| Humidifiers | humidifier |
On/off, target humidity, preset modes, humidity/temperature sensors |
| Ice Makers | switch |
On/off |
| Aroma Diffusers | switch |
On/off |
| Smart Plugs / Sockets | switch |
On/off |
| Wi-Fi Thermometers | sensor |
Temperature, humidity |
| Pool Thermometers | sensor |
Temperature, humidity |
Devices with per-zone LED control (such as ceiling panels and backlight kits) get individual segment entities — one light entity per zone — in addition to the main device entity. Segments support independent color and brightness control.
Confirmed segmented devices: H6076, H60A1, H60A4, H60B2, H70C7, H7075 and any device exposing segment_color_setting in the API.
https://github.com/disforw/goveelife as type Integration and click Add.custom_components/goveelife folder into your HA config/custom_components/ directory.Note: The Govee API has rate limits. Setting the poll interval too low will result in throttling. The default interval is recommended for most setups; 60–120 seconds is a good starting point.
Once configured, the integration will discover all devices on your Govee account and add them to HA automatically.
light entity with independent color and brightnesssensor entities for sensorHumidity and sensorTemperature where the device exposes themThe integration includes a HA Diagnostics endpoint. If you're reporting a bug, please include the diagnostics download — it contains your full device capability dump (with sensitive data redacted).
Settings → System → Logs) for goveelife errors.main branch (see PR #134 fix).The more API response data we have, the more devices we can support. If your device isn't working or is missing features, please open an issue and include your device's API response:
curl -H 'Govee-API-Key: YOUR_KEY_HERE' \
-X GET https://openapi.api.govee.com/router/api/v1/user/devices \
-o govee_devices.json
Attach the govee_devices.json to your issue. Remove your API key and sanitize any MAC addresses before posting.
Pull requests are welcome. Please:
Maintained by @disforw with contributions from the community.
Uses the Govee OpenAPI v2.
暂无开放 Issues,或尚未同步最近议题。