Steam game
Display the name of the game you play on steam.
Home Assistant
AWTRIX 3
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Gaming |
| Built by | TwanoO |
| File | wyMW5dvnonxX.yaml · 0.5 KB |
| Icons | — |
| Published | 24 Oct 2024 |
| Downloads | 31 |
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.
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.