Update pylaunches dependency to 0.2.0 ()

* Update pylaunches dependency to 0.2.0

Update launch library to use pylaunches 0.2.0 as a dependency. launch_time sensor attribute will now be passed in ISO format, allowing for templating/easier automating with this attribute.

* Update pylaunches to 0.2.0
This commit is contained in:
DoloresHA 2018-12-25 17:47:19 -05:00 committed by Fabian Affolter
parent 47f8d248f7
commit 796b195c73
2 changed files with 2 additions and 2 deletions
homeassistant/components/sensor
requirements_all.txt

View file

@ -15,7 +15,7 @@ from homeassistant.const import ATTR_ATTRIBUTION, CONF_NAME
from homeassistant.helpers.entity import Entity
from homeassistant.helpers.aiohttp_client import async_get_clientsession
REQUIREMENTS = ['pylaunches==0.1.2']
REQUIREMENTS = ['pylaunches==0.2.0']
_LOGGER = logging.getLogger(__name__)

View file

@ -1046,7 +1046,7 @@ pylacrosse==0.3.1
pylast==2.4.0
# homeassistant.components.sensor.launch_library
pylaunches==0.1.2
pylaunches==0.2.0
# homeassistant.components.media_player.lg_netcast
pylgnetcast-homeassistant==0.2.0.dev0