mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Increase resolution of sun updates around sunrise/sundown (#140403)
This commit is contained in:
parent
987af8f7df
commit
5f63612b66
@ -74,8 +74,8 @@ PHASE_DAY = "day"
|
||||
_PHASE_UPDATES = {
|
||||
PHASE_NIGHT: timedelta(minutes=4 * 5),
|
||||
PHASE_ASTRONOMICAL_TWILIGHT: timedelta(minutes=4 * 2),
|
||||
PHASE_NAUTICAL_TWILIGHT: timedelta(minutes=4 * 2),
|
||||
PHASE_TWILIGHT: timedelta(minutes=4),
|
||||
PHASE_NAUTICAL_TWILIGHT: timedelta(minutes=4),
|
||||
PHASE_TWILIGHT: timedelta(minutes=2),
|
||||
PHASE_SMALL_DAY: timedelta(minutes=2),
|
||||
PHASE_DAY: timedelta(minutes=4),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user