This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.
Steam game
Display the name of the game you play on steam.
| System | Home Assistant |
|---|---|
| Firmware | AWTRIX 3 |
| Topic | Gaming |
| Built by | TwanoO |
| File | wyMW5dvnonxX.yaml · 0.5 KB |
| Icons | — |
| Published | 24 Oct 2024 |
| Downloads | 28 |
Instruction:
- you need to install the "Steam" integration on home assistant,
- change the flow with your <steam_id> (to match the sensor name)
- change the flow with you mqtt topic prefix
- save the flow
- then play a game on steam, you should see the name on your awtrix
wyMW5dvnonxX.yaml
alias: Awtrix Notification Steam
description: ''
trigger:
- platform: state
entity_id:
- sensor.steam_<steam_id>
attribute: game
condition:
- condition: not
conditions:
- condition: state
entity_id: sensor.steam_<steam_id>
state: idle
action:
- data:
topic: awtrix/custom/steam
payload: "{\"icon\": 647,\n \"repeat\": 1,\n \"rainbow\": true,\n \"text\":
\"{{states.sensor.steam_<steam_id>.attributes.game}}\"\n}"
action: mqtt.publish
mode: single
More flows for Home Assistant or Gaming
Something wrong with this flow? Report it.