fix: allow negative service offsets (#1524)

This commit is contained in:
Bas Nijholt 2026-09-06 10:35:35 +02:00 committed by GitHub
commit efa64d01be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,7 @@ change_switch_settings:
example: 0
selector:
number:
min: 0
min: -86400
max: 86300
sunrise_time:
description: Set a fixed time (HH:MM:SS) for sunrise. 🌅
@ -199,7 +199,7 @@ change_switch_settings:
example: ''
selector:
number:
min: 0
min: -86400
max: 86300
sunset_time:
description: Set a fixed time (HH:MM:SS) for sunset. 🌇