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
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,8 @@ _Configuration variables:_
229
229
230
230
**duration** (Optional, minutes): lifetime of a screen in minutes (default=5). If not updates a screen will be removed after ```duration``` minutes
231
231
232
+
**hold_time** (Optional, seconds): extends the display time of the current screen in seconds (default=20)
233
+
232
234
**date_format** (Optional, string): formats the date display with [strftime syntax](https://esphome.io/components/time.html?highlight=strftime), defaults `"%d.%m."` (use `"%m.%d."` for the US)
233
235
234
236
**time_format** (Optional, string): formats the date display with [strftime syntax](https://esphome.io/components/time.html?highlight=strftime), defaults `"%H:%M"` (use `"%I:%M%p"` for the US)
@@ -603,7 +605,7 @@ binary_sensor:
603
605
604
606
Service **hold_screen**
605
607
606
-
displays the current screen for 20 seconds longer.
608
+
displays the current screen for configured ammount (see **hold_time**) (default=20) seconds longer.
0 commit comments