#Gauge on lock screen
1 messages · Page 1 of 1 (latest)
It should look something like this. You use templates to grab the data you want/need 🙂
Cool, where do I set that?
Once you've added the widget to the Lock Screen, tap on it and then the screen I have at the bottom of the screenshot will pop up and you can input the settings you want/need.
Omg, you are a bloody legend, I couldn’t find that at all on the HA docs site
It's how all widgets work on iOS, Lock Screen or not 🙂
If there are any configuration options at all, tapping on the widget will reveal them.
How do you get the dot to move
The dot on the gauge? Assuming you're using a template, the data you're reading needs to change.
I got the dot to move,
min 18 and max 28
{{ ((states('sensor.room_indoor_temperature') | float - 18) / (28 - 18)) }}
Cool! You probably want to calculate the mins and maxes using templates too 😛