#Forcing the spotify to reload more often instead of the 30 second default (or on trigger)

1 messages · Page 1 of 1 (latest)

wraith moss
#

This is really niche, But i have an automation that transfers the current playing song on spotify to music assistant. But I'd like the integration to pull the data more often. Would this be possible without reloading the integration to have it pull data forcibly?

grave tree
#

You can use the action homeassistant.update_entity to trigger a manual update.
And/or you can deactivate the automatic pulling in the dotsvertical menu of the integration (system settings), if you want to do everything with an automation.

wraith moss
#

Thank you! In this case ill force the integration to reload once I trigger the automation

#

tysm!