The Govee Dreamview T1 Home Assistant Custom Integration allows you to integrate your Govee DreamView T1 (H6199) with your Home Assistant setup via Bluetooth LE.
This integration is available in HACS (Home Assistant Community Store).
- Install HACS if you don't have it already
- Open HACS in Home Assistant
- Go to any of the sections (integrations, frontend, automation).
- Click on the 3 dots in the top right corner.
- Select "Custom repositories"
- Add following URL to the repository
https://github.com/necrokote/hass-govee-h6199
. - Select Integration as category.
- Click the "ADD" button
- Search for "Govee Bluetooth Lights"
- Click the "Download" button
To install this integration manually you have to download govee-ble-lights.zip and extract its contents to config/custom_components/hass-govee-h6199
directory:
mkdir -p custom_components/hass-govee-h6199
cd custom_components/hass-govee-h6199
wget https://github.com/necrokote/hass-govee-h6199/releases/latest/download/hass-govee-h6199.zip
unzip hass-govee-h6199.zip
rm hass-govee-h6199.zip
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 Dreamview T1
.
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.
Use it at your own risk and ensure that you comply with all relevant terms of service and privacy policies.
Thanks to https://github.com/egold555/Govee-Reverse-Engineering/blob/master/Products/H6199.md and all the contributors there for reverse-engineering BLE protocol.
Thanks to https://github.com/timniklas/hass-govee-ble-lights/ for the structure and base code for this repo