Working with the Lovelace UI and like it a lot. I’ve build a Gauge card which shows the result of daily speedtest check.
Without Lovelace I build a button which invokes the sensor.update_speedtest service.
My question how I can achieve this in lovelace? essentially calling the service from a button. It this possible with the button card?
Thanks for your quick feedback. I want to build this as a lovelace card.
I am struggeling a little bit with the entity field, where should this point to?
Good question. Looks like it is required in the button card.
Then you can make a script with the sensor.update_speedtest and call this script from the button card.