mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade astral to 1.1 (#2131)
This commit is contained in:
parent
3db31cb951
commit
49882255c4
@ -15,7 +15,7 @@ from homeassistant.util import dt as dt_util
|
|||||||
from homeassistant.util import location as location_util
|
from homeassistant.util import location as location_util
|
||||||
from homeassistant.const import CONF_ELEVATION
|
from homeassistant.const import CONF_ELEVATION
|
||||||
|
|
||||||
REQUIREMENTS = ['astral==1.0']
|
REQUIREMENTS = ['astral==1.1']
|
||||||
DOMAIN = "sun"
|
DOMAIN = "sun"
|
||||||
ENTITY_ID = "sun.sun"
|
ENTITY_ID = "sun.sun"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Werkzeug==0.11.5
|
|||||||
apcaccess==0.0.4
|
apcaccess==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.sun
|
# homeassistant.components.sun
|
||||||
astral==1.0
|
astral==1.1
|
||||||
|
|
||||||
# homeassistant.components.light.blinksticklight
|
# homeassistant.components.light.blinksticklight
|
||||||
blinkstick==1.1.7
|
blinkstick==1.1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user