Flow Details
Icon ID: 11667
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
-- Flow first published on September 9, 2023, last updated on September 9, 2023 at 08:58.