AWTRIX Device Updates Triggered by Release Changes
Update all your AWTRIX devices when the release number changes.
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Smarthome |
| Built by | RobG |
| File | jDKBO9wEAn3P.yaml · 0.7 KB |
| Icons | — |
| Published | 15 Oct 2023 · updated 15 Oct 2023 |
| Downloads | 21 |
Is this your flow?
If you created this flow, open your saved edit link to add it to your account. You can then manage it whenever you sign in. Adding it to your account replaces the edit link.
Prerequisites:
- Homeassistant
- MQTT
- GitHub integration in Homeassistant
blueforcer_awtrix_light_latest_releasesensor
I have several AWTRIX devices up and running. This workflow keeps an eye on the GitHub repository https://github.com/Blueforcer/awtrix-light with help of the Github intergration in homeassistant for any updates to releases. It then activates the MQTT topic "doupdate" on all devices after a 2-minute delay.
Contact me on Discord for any questions.
jDKBO9wEAn3P.yaml
alias: Update all AWTRIX
description: ""
trigger:
- platform: state
entity_id:
- sensor.blueforcer_awtrix_light_latest_release
attribute: tag
condition: []
action:
- delay:
hours: 0
minutes: 2
seconds: 0
milliseconds: 0
- service: mqtt.publish
data:
topic: awtrix2/doupdate
- service: mqtt.publish
data:
topic: ulanzi2/doupdate
- service: mqtt.publish
data:
topic: ulanzi_test/doupdate
- service: mqtt.publish
data:
topic: ulanzi_fish_hal/doupdate
- service: mqtt.publish
data:
topic: ulanzi_wk/doupdate
- service: mqtt.publish
data:
topic: ulanzi_fish_hk/doupdate
mode: single
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.