https://github.com/timniklas/hass-govee_light_ble
Home Assistant Govee Bluetooth Lights integration
https://github.com/timniklas/hass-govee_light_ble
goveee led lights
Last synced: 2 months ago
JSON representation
Home Assistant Govee Bluetooth Lights integration
- Host: GitHub
- URL: https://github.com/timniklas/hass-govee_light_ble
- Owner: timniklas
- Created: 2022-11-16T13:49:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T11:49:17.000Z (about 1 year ago)
- Last Synced: 2025-06-11T03:15:53.046Z (about 1 year ago)
- Topics: goveee, led, lights
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 76
- Watchers: 9
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Govee Bluetooth Lights Integration for Home Assistant 🏠
[](https://github.com/timniklas/hass-govee_light_ble/releases/)
[](https://github.com/timniklas/hass-govee_light_ble/releases/)



[](https://github.com/hacs/integration)
## Overview
> This integration is still in an experimental stage, please feel free to give feedback :)
The Govee Bluetooth Lights Home Assistant Custom Integration allows you to integrate your Govee bluetooth light (without the cloud!) with your Home Assistant setup.
Changing and retrieving the current state of color, brightness and state is currently supported.
## Installation
### HACS (recommended)
This integration is available in HACS (Home Assistant Community Store).
1. Install HACS if you don't have it already
2. Open HACS in Home Assistant
3. Go to any of the sections (integrations, frontend, automation).
4. Click on the 3 dots in the top right corner.
5. Select "Custom repositories"
6. Add following URL to the repository `https://github.com/timniklas/hass-govee_light_ble`.
7. Select Integration as category.
8. Click the "ADD" button
9. Search for "Govee Bluetooth Lights"
10. Click the "Download" button
### Manual
To install this integration manually you have to download [_govee_light_ble.zip_](https://github.com/timniklas/hass-govee_light_ble/releases/latest/) and extract its contents to `config/custom_components/govee_light_ble` directory:
```bash
mkdir -p custom_components/govee_light_ble
cd custom_components/govee_light_ble
wget https://github.com/timniklas/hass-govee_light_ble/releases/latest/download/govee_light_ble.zip
unzip govee_light_ble.zip
rm govee_light_ble.zip
```
## Configuration
### Using UI
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=govee_light_ble)
From the Home Assistant front page go to `Configuration` and then select `Devices & Services` from the list.
Use the `Add Integration` button in the bottom right to add a new integration called `Govee Bluetooth Lights`.
## Help and Contribution
If you find a problem, feel free to report it and I will do my best to help you.
If you have something to contribute, your help is greatly appreciated!
If you want to add a new feature, add a pull request first so we can discuss the details.
## Disclaimer
This custom integration is not officially endorsed or supported by Govee.
Use it at your own risk and ensure that you comply with all relevant terms of service and privacy policies.