This custom integration connects Govee cloud-connected thermometers to Home Assistant, providing temperature, humidity, and battery level data.
- Temperature sensor (
°Cor°F) - Humidity sensor (
%) - Battery level sensor (
%) - Device info and automatic cloud polling every 5 minutes
- Click the badge at the top of this README.
- Your Home Assistant will open with the repository pre-selected in HACS.
- Follow the prompts to install and then restart Home Assistant.
- In HACS, go to Integrations → Custom repositories and add this repository URL (
https://github.com/rwestergren/hass-govee-cloud) as Integration. - Search for "Govee Cloud" in HACS and install it.
- Restart Home Assistant.
Copy the custom_components/govee_cloud/ folder into your Home Assistant custom_components/ directory and restart Home Assistant.
- Go to Settings > Devices & Services in Home Assistant.
- Click Add Integration and search for "Govee Cloud".
- Enter your Govee cloud email and password when prompted.
| Entity ID suffix | Description | Unit |
|---|---|---|
temperature |
Temperature | °C |
humidity |
Humidity | % |
battery |
Battery | % |
- Requires a Govee cloud account (no local/Bluetooth support).
- Currently only supports the Govee H5111 Thermometer/Hygrometer.
If you see a "Cannot connect" error, double-check your credentials and network.
To enable debug logging, add the following to your configuration.yaml:
logger:
default: info
logs:
custom_components.govee_cloud: debugPull requests are welcome! Please follow the code style enforced by ruff.