Mirko Lenz

Results 54 comments of 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",...