Skip to content

Commit e292a67

Browse files
authored
Increase maximum screensaver time for Fully Kiosk (home-assistant#159122)
1 parent c82d159 commit e292a67

File tree

1 file changed

+2
-2
lines changed
  • homeassistant/components/fully_kiosk

1 file changed

+2
-2
lines changed

homeassistant/components/fully_kiosk/number.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
NumberEntityDescription(
1818
key="timeToScreensaverV2",
1919
translation_key="screensaver_time",
20-
native_max_value=9999,
20+
native_max_value=86400,
2121
native_step=1,
2222
native_min_value=0,
2323
native_unit_of_measurement=UnitOfTime.SECONDS,
@@ -34,7 +34,7 @@
3434
NumberEntityDescription(
3535
key="timeToScreenOffV2",
3636
translation_key="screen_off_time",
37-
native_max_value=9999,
37+
native_max_value=86400,
3838
native_step=1,
3939
native_min_value=0,
4040
native_unit_of_measurement=UnitOfTime.SECONDS,

0 commit comments

Comments
 (0)