mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Increase maximum screensaver time for Fully Kiosk (#159122)
This commit is contained in:
@@ -17,7 +17,7 @@ ENTITY_TYPES: tuple[NumberEntityDescription, ...] = (
|
||||
NumberEntityDescription(
|
||||
key="timeToScreensaverV2",
|
||||
translation_key="screensaver_time",
|
||||
native_max_value=9999,
|
||||
native_max_value=86400,
|
||||
native_step=1,
|
||||
native_min_value=0,
|
||||
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||
@@ -34,7 +34,7 @@ ENTITY_TYPES: tuple[NumberEntityDescription, ...] = (
|
||||
NumberEntityDescription(
|
||||
key="timeToScreenOffV2",
|
||||
translation_key="screen_off_time",
|
||||
native_max_value=9999,
|
||||
native_max_value=86400,
|
||||
native_step=1,
|
||||
native_min_value=0,
|
||||
native_unit_of_measurement=UnitOfTime.SECONDS,
|
||||
|
||||
Reference in New Issue
Block a user