python-govee-api
python-govee-api copied to clipboard
Govee API to control LED light strips and bulbs
- The GooveApi now also loads the devices of the appliance api - Adjust GooveDevice dto. Added type property to determine whether the appliance or devices endpoint is required to...
Currently the library didn't support the use of the appliance endpoints provided by the govee-api. Devices like heaters are controlled by using this endpoints. When we add the support of...
asynctest does not work with python 3.11 and the upstream repo is abandon. The tests run without it. Tests run inside of NixOS package build without any warnings. ``` python3.11-govee-api-laggat>...
Govee just announced their "Awesome New API", which is more robust and provides more features like scene control. **Announcement** - https://community.govee.com/posts/165266 **Developer API Documentation** - https://developer.govee.com/reference/get-light-scene It would be great...
Hello - oddly enough this dependency is causing conflicts with users who have both this package and python-roborock install on Home Assistant. I think there is a larger home assistant...
Is there supposed to be a long sleep here so we don't hammer the Govee API while cooling down from the rate limit? See also: LaggAt/hacs-govee#109
Hello, I have a Govee H6054... I can today control it through Home assistant, turning it on and off, and changing the color.. but didn't find a way to turn...
Hi, thanks a lot for your work, I've got a H61A0 and it has the ability to give every segment of the strip a different color. I was wondering if...
Hi there, first thanks for your work I got one for my son's room for his birthday and got this because of your integration. I was also having the same...
The govee api docs state: https://openapi.api.govee.com/router/api/v1/user/devices I see you are using a different endpoint.