Hi all,
I have a Lovelace dashboard in yaml mode with split configuration for which I’m generating a few dashboard elements via a shell script based on a sensor’s attribute list (e.g when the list of meteo alert attributes of a sensor changes, an automation invokes a shell script that generates button for each alert whose level is above a certain value).
e.g.: for alerts
attribute in
https://raw.githubusercontent.com/amaximus/met_alerts_hu/main/met_alerts_attrs.png
How could I make Lovelace detect that the dasboard elements configuration has changed on OS/file system level and reload the dashboard?
browser_mod didn’t work.