mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
Upgrade astral to 1.2 (#2259)
This commit is contained in:
committed by
Paulus Schoutsen
parent
e44c2a4016
commit
be9730cc6c
@@ -15,7 +15,7 @@ from homeassistant.util import dt as dt_util
|
||||
from homeassistant.util import location as location_util
|
||||
from homeassistant.const import CONF_ELEVATION
|
||||
|
||||
REQUIREMENTS = ['astral==1.1']
|
||||
REQUIREMENTS = ['astral==1.2']
|
||||
DOMAIN = "sun"
|
||||
ENTITY_ID = "sun.sun"
|
||||
|
||||
|
@@ -29,7 +29,7 @@ Werkzeug==0.11.5
|
||||
apcaccess==0.0.4
|
||||
|
||||
# homeassistant.components.sun
|
||||
astral==1.1
|
||||
astral==1.2
|
||||
|
||||
# homeassistant.components.light.blinksticklight
|
||||
blinkstick==1.1.7
|
||||
|
Reference in New Issue
Block a user