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
This commit is contained in:
parent
47f8d248f7
commit
796b195c73
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue