Mirko Lenz
Mirko Lenz
The basic information about MQTT discovery can be found in the [Home Assistant documentation](https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery). For it to work, it requires that each entity is made available under the following MQTT...
These are all valid questions. My proposal was concerned with making the ~20 log parameters available via the discovery feature. The following would need to be changed: - Add config...
I faced the same issue today. For me, the problem is isolated to one repository. The main difference between my other repos where this action is used is that `actions/setup-java`...
My current workaround (if using the file `release.config.js`) is to use the join operator on a list of strings like so: ```js [ "@semantic-release/exec", { step: [ "cmd1", "cmd2, "cmd3",...
Das ist wie ich finde ein sehr eleganter Ansatz. Problematisch wird es nur, wenn HKKNX längere Zeit offline war (bspw. durch einen Server-Defekt). Für solche Fälle wäre es dann gut,...
I do not have TypeScript issues with RHWT, all is working as expected. From my point of view, you may close this issue :)
Thank you for the investigation! I just tested it again (i.e., I disabled my mitigations for this issue) and it is still relevant. However, I now get a different error:...
For reference: [Here is the workflow with mitigations in place](https://github.com/recap-utr/arguebuf-python/blob/06ecce795813d88d878e95508d13c3cd1c232af7/.github/workflows/release.yml#L12)
Thanks for coming back to this topic! I am quite busy at the moment as two deadlines are approaching. I will try to provide you with an update sometime this...
Sorry for the delay. I tested my workflow with [v2.54.0](https://github.com/recap-utr/arguebuf-python/actions/runs/4763223027) and [v2.55.0](https://github.com/recap-utr/arguebuf-python/actions/runs/4834067303/jobs/8614841803). Both show the same behavior: The job is running endlessly and is canceled by GitHub at some point.