mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
fix: allow negative service offsets (#1524)
This commit is contained in:
parent
17d9b39700
commit
efa64d01be
1 changed files with 2 additions and 2 deletions
|
|
@ -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. 🌇
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue