Last.fm
Show you your scrobbled song´s
| System | Home Assistant |
|---|---|
| Firmware | 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 | 5 |
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.
