mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Merge pull request #1005 from fabaff/astral-upgrade
Updgrade to astral 0.9
This commit is contained in:
commit
537a7789fd
@ -15,7 +15,7 @@ from homeassistant.helpers.event import (
|
||||
track_point_in_utc_time, track_utc_time_change)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['astral==0.8.1']
|
||||
REQUIREMENTS = ['astral==0.9']
|
||||
DOMAIN = "sun"
|
||||
ENTITY_ID = "sun.sun"
|
||||
|
||||
|
@ -184,7 +184,7 @@ xmltodict
|
||||
python-statsd==1.7.2
|
||||
|
||||
# homeassistant.components.sun
|
||||
astral==0.8.1
|
||||
astral==0.9
|
||||
|
||||
# homeassistant.components.switch.edimax
|
||||
https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f3700.zip#pyedimax==0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user