We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82d159 commit e292a67Copy full SHA for e292a67
homeassistant/components/fully_kiosk/number.py
@@ -17,7 +17,7 @@
17
NumberEntityDescription(
18
key="timeToScreensaverV2",
19
translation_key="screensaver_time",
20
- native_max_value=9999,
+ native_max_value=86400,
21
native_step=1,
22
native_min_value=0,
23
native_unit_of_measurement=UnitOfTime.SECONDS,
@@ -34,7 +34,7 @@
34
35
key="timeToScreenOffV2",
36
translation_key="screen_off_time",
37
38
39
40
0 commit comments