Hacs Govee Versions Save

A HACS repository for Govee light integration

2023.11.1

7 months ago

Hi,

we had some contributors, bringing the project forward:

  • wwelles fixing an error #117
  • sdrapha and also Lash-L fixing dacite requirement change in home assistant #132
  • alray31 added a french translation #116
  • MrR3dl1ne polished the readme #110
  • wrt54g fixed the hacs badge #82
  • LeandroIssa added Brazilian Portuguese translation #61
  • and many more I probably forgot about

Your help is appreciated! Thank you!

Also many thanks to the supporters at https://buymeacoffee.com/LaggAt

0.2.2

2 years ago

Nothing special in this release, these are just a bunch of fixes and changes never released before.

Thanks go to

  • Neekster (github), for providing better english than mine,
  • chriscn (github), for fixing some attributes, and
  • LeandroIssa (github), providing an Brazilian Portuguese Translation
  • pbavinck (github) put a lot of effort in the underlying python-govee-api project, including MAC compatibility, typos and bug fixes.
  • Also special thanks for all supporters on https://www.buymeacoffee.com/
  • And thank you all for using this integration, 1700 installations on Home Assistant's analytics is just: wow!

If you have issues, the forum is always very helpful, also here on github issues we see growing support. Have fun!

0.2.1

2 years ago

I removed the aiohttp[speedups] requirement which resulted in a compile error reported in forum. This should also speed up Govee integration showing up in integrations, because no time consuming compile should be necessary anymore.

Have fun :)

0.2.0b

3 years ago

Hi all!

Two news:

  1. we are now included as default repository in HACS, so no fiddling with custom url anymore, just install HACS and search for govee.

  2. I made some progress on the library rework, and the testing. Please test this version and provide feedback, if anything is working. There are lot of changes. 😄

This progress is a necessary re-work to support ble, which is my next milestone. I separated the library handling state, and the API implementation. Now it is ready to start work on the BLE part. For developers I also managed to get a development container ready including both, the integration and the library. So if you want to get your hands on the code, this is the perfect time to do so. If you run into issues starting your remote container on your Raspberry Pi 4 and/or use BLE just contact me - I want to get this as smooth as possible in future.

Next planned features are:

  • BLE discovery, basic usage without API
  • ON/OFF using BLE.

Keep your fingers crossed, and help on the coffee-into-code thing 👍 https://www.buymeacoffee.com/LaggAt

0.1.11

3 years ago

This is just a bugfix release.

It avoids some rare error messages and warnings, and hopefully replaces it with proper messages.

Kind regards, Florian.

0.1.10

3 years ago

Hi,

this is just a small bugfix release, which closes all known open bugs. There are also some changes to the build pipeline, which should make life for other coders easier.

Have fun.

0.1.9

3 years ago

This release enables you to work around an issue in the Govee API (and possible other issues in the future).

Details see here: https://community.home-assistant.io/t/govee-integration/228516/454?u=laggat

0.1.7 may break with that release, just update using HACS and it will work again.

0.1.8

3 years ago

Hi,

this version is pinning the library versions (specially the govee-api-laggat to 0.1.39) to specific versions.

PLEASE UPDATE in the next days, I am planning a further update which will introduce a breaking change in the mentioned library. This is necessary for some cleanups and an upcoming feature, making you able to ignore certain updates in state if the API has issues.

For questions join the support group here: https://community.home-assistant.io/t/govee-integration/228516

0.1.7

3 years ago

Hi, this is just a small release with some small fixes and an added version number in the hass requirements for components. As the previous release was fairly stable, I'll call this a stable version.

v0.1.6-beta.1

3 years ago

Hi, Happy new Year to you all!

Some people with multiple lights ran into issues with the default of 10 seconds between poll intervals.

Background info: Govee allows one request every second. Turning a single light on takes one, setting brightness takes another. Pulling state for a device takes a third request. When we hit this limit over a 100 second period, we are blocked for the rest of this time frame.

So now if you have e.g. 8 devices polling every 10 seconds, 80% of the allowed requests are gone. The underlying library here starts to throttle your request to not get banned. Assume you want to turn on all your lights, turn them to pink and full brightness now: You just did 24 requests, with some settings on even 32.

Only option until now was re-installing the integration. Now you can change the interval and restart home assistant. This release is a beta because I had some issues with the dev environment and testing. It should all work, but I didn't test as good as usual.

regards, Florian.