#Gauge on lock screen

1 messages · Page 1 of 1 (latest)

torn raft
#

Hi all, does anyone know how to setup the gauge on the iPhone lock screen, I can not figure it out

normal void
#

It should look something like this. You use templates to grab the data you want/need 🙂

torn raft
#

Cool, where do I set that?

normal void
#

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.

torn raft
#

Omg, you are a bloody legend, I couldn’t find that at all on the HA docs site

normal void
#

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.

torn raft
#

How do you get the dot to move

normal void
#

The dot on the gauge? Assuming you're using a template, the data you're reading needs to change.

torn raft
#

I got the dot to move,
min 18 and max 28

{{ ((states('sensor.room_indoor_temperature') | float - 18) / (28 - 18)) }}

normal void
#

Cool! You probably want to calculate the mins and maxes using templates too 😛