forked from home-assistant/core
Increase resolution of sun updates around sunrise/sundown (#140403)
This commit is contained in:
@@ -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),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user