1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Govee Local API
[](https://github.com/Galorhallen/govee-local-api/actions/workflows/deploy.yml)
Please note that scene and segment support is still **very** experimental.
# Requirements
- Python >= 3.9
- Govee Local API enabled. Refer to https://app-h5.govee.com/user-manual/wlan-guide
# Installaction
From your terminal, run
pip install govee-local-api
or
python3 -m pip install govee-local-api
|