mirror of
https://github.com/jnstockley/Govee-Hassio.git
synced 2026-06-05 17:47:55 -05:00
Govee Integration for Home Assistant
- Python 97.8%
- Shell 2.2%
|
|
||
|---|---|---|
| .github | ||
| custom_components/govee | ||
| scripts | ||
| .gitignore | ||
| .python-version | ||
| .ruff.toml | ||
| hacs.json | ||
| README.md | ||
| renovate.json | ||
| requirements.txt | ||
| requirements_dev.txt | ||
Govee Home Assistant Integration
This is a custom integration for Home Assistant that allows you to integrate your Govee devices into Home Assistant. This integration uses the Govee API to communicate with your devices.
Setup
- Install Hacs
- Add this repository as a custom repository in Hacs: https://github.com/jnstockley/Govee-Hassio
- Install the Govee integration from Hacs
- Add configuration to your
configuration.yamlfile - Restart Home Assistant
Example Configuration
# Fan Example
fan:
- platform: govee
device_id: <Device ID>
api_key: <Govee API Key>
name: <Device SKU>
- platform: govee
device_id: <Device ID>
api_key: <Govee API Key>
name: <Device SKU>
# Thermometer Example
senor:
- platform: govee
device_id: <Device ID>
api_key: <Govee API Key>
name: <Device SKU>
Get Device ID
- Make an HTTP GET Request to
https://openapi.api.govee.com/router/api/v1/user/devices - Make sure to include the
Govee-API-Keyheader with your Govee API Key - The
devicevalue is your device ID - The
skuis the device SKU, used in the name configuration
Supported Devices
- Wi-Fi Thermometer (H5179)
- Wi-Fi Smart Tower Fan (H7102)
- W-Fi Smart Air Purifier (H7126) (WiP)