mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +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_UPDATES = {
|
||||||
PHASE_NIGHT: timedelta(minutes=4 * 5),
|
PHASE_NIGHT: timedelta(minutes=4 * 5),
|
||||||
PHASE_ASTRONOMICAL_TWILIGHT: timedelta(minutes=4 * 2),
|
PHASE_ASTRONOMICAL_TWILIGHT: timedelta(minutes=4 * 2),
|
||||||
PHASE_NAUTICAL_TWILIGHT: timedelta(minutes=4 * 2),
|
PHASE_NAUTICAL_TWILIGHT: timedelta(minutes=4),
|
||||||
PHASE_TWILIGHT: timedelta(minutes=4),
|
PHASE_TWILIGHT: timedelta(minutes=2),
|
||||||
PHASE_SMALL_DAY: timedelta(minutes=2),
|
PHASE_SMALL_DAY: timedelta(minutes=2),
|
||||||
PHASE_DAY: timedelta(minutes=4),
|
PHASE_DAY: timedelta(minutes=4),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user