Home Assistant
Smarthome
AWTRIX 3
Last.fm
Show you your scrobbled song´s
Built by Hank_the_Tank
Published 9 September 2023 · updated 9 September 2023 · 3 downloads
WBq6AKLDoywp.yaml · 0.4 KB
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
