You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short story of that caption: We wait on incoming data from mqtt broker to do some things. We can also use on HomeAssistant input_boolean that trigger a automation to publish a custom command to mqtt topic they can process multible things in one add-on.
62
+
63
+
Our Dockerfile need to install:
64
+
65
+
```
66
+
RUN apk --no-cache add tzdata jq mosquitto-clients
0 commit comments