mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Increase resolution of sun updates around sunrise/sundown (#140403)
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user