You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# For seconds display, it is recommended not to change the interval: keep to 1
1432
+
INTERVAL: 1
1433
+
SECONDS: # Uptime as seconds
1434
+
TEXT:
1435
+
SHOW: FALSE
1436
+
X: 192
1437
+
Y: 261
1438
+
# Text sensors may vary in size and create "ghosting" effects where old value stay displayed under the new one.
1439
+
# To avoid this use one of these 2 methods (or both):
1440
+
# - either use a monospaced font (fonts with "mono" in name, see res/fonts/ for available fonts)
1441
+
# - or force a static width/height for the text field. Be sure to have enough space for the longest value that can be displayed (e.g. "100%" for a percentage)
FORMATTED: # Uptime as formatted string with days e.g. "49 days, 16:47:16"
1452
+
TEXT:
1453
+
SHOW: FALSE
1454
+
X: 192
1455
+
Y: 261
1456
+
# Text sensors may vary in size and create "ghosting" effects where old value stay displayed under the new one.
1457
+
# To avoid this use one of these 2 methods (or both):
1458
+
# - either use a monospaced font (fonts with "mono" in name, see res/fonts/ for available fonts)
1459
+
# - or force a static width/height for the text field. Be sure to have enough space for the longest value that can be displayed (e.g. "100%" for a percentage)
0 commit comments