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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue