Marcelo Mello
Marcelo Mello
Hitting the same issue as well. ```yaml Could not connect to Govee API: API: API-Error 429: {"message":"rate limited! the limit is 10000 requests every 24 hours. X-RateLimit-Reset in Http Response...
So I have not experience any issues after making the [change](https://github.com/LaggAt/hacs-govee/issues/78#issuecomment-1149368662). It looks an expected issue when the poll interval is too short vs the number of lights. So I...
@atv2016 you can see my notes here -> https://github.com/LaggAt/hacs-govee/issues/78#issuecomment-1149368662
Hello @mehdiheidari, Thanks for your kind words and for your interest in getting this library better. I like your idea of adding the rain delays via service. So, basically, your...
@harryohalloran I don't have plans in integrating it but if you want to contribute to the project it will be a pleasure to merge it!
Thanks @harryohalloran
Hello, I would like to help with registry, cri-o and metrics-server.
I'll give a try this afternoon using `k3s` since I cannot reproduce on my current lab
Hello guys, I've deployed a `k3s` with a single node on my testing machine as described at https://rancher.com/docs/k3s/latest/en/quick-start/#install-script ```bash $ kubectl get nodes NAME STATUS ROLES AGE VERSION storm.tatu.home Ready...
So basically we will need to leverage on a `initContainer approach to fix the permission so the database can be created. This snippet will do the job: ```diff diff --git...