From 796b195c735276ca700b8172c1ce005857e686f0 Mon Sep 17 00:00:00 2001 From: DoloresHA Date: Tue, 25 Dec 2018 17:47:19 -0500 Subject: [PATCH] Update pylaunches dependency to 0.2.0 (#19570) * 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 --- homeassistant/components/sensor/launch_library.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/launch_library.py b/homeassistant/components/sensor/launch_library.py index 0d109006818..aaed2f9663f 100644 --- a/homeassistant/components/sensor/launch_library.py +++ b/homeassistant/components/sensor/launch_library.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 3deeab8a058..9075926f710 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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