Last.fm
Show you your scrobbled song´s
Home Assistant
AWTRIX 3
About this flow
| System | Home Assistant |
|---|---|
| AWTRIX version | AWTRIX 3 |
| Topic | Smarthome |
| Built by | Hank_the_Tank |
| File | WBq6AKLDoywp.yaml · 0.4 KB |
| Icons | — |
| Published | 9 Sep 2023 · updated 9 Sep 2023 |
| Downloads | 18 |
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.
WBq6AKLDoywp.yaml
alias: Last.fm
description: for Awtrix Light
trigger:
- platform: state
entity_id:
- sensor.YOURLASTFMUSER
attribute: play_count
condition: []
action:
- service: mqtt.publish
data:
qos: 0
retain: false
topic: awtrix_a8ba90/custom/lastfm
payload: >-
{ "text":"{{ state_attr('sensor.YOURLASTFMUSER', 'play_count') }}",
"icon":"11667", "pushIcon" 0, "lifetime": 120 }
mode: single
More flows for Home Assistant or Smarthome
Something wrong with this flow? Report it.
