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 | 33 |
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.