Upgrade fastdotcom to 0.0.3 (#10886)
parent
9a0a5b7867
commit
d2106c40e1
|
@ -6,16 +6,17 @@ https://home-assistant.io/components/sensor.fastdotcom/
|
|||
"""
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
import voluptuous as vol
|
||||
|
||||
import homeassistant.util.dt as dt_util
|
||||
from homeassistant.components.sensor import DOMAIN, PLATFORM_SCHEMA
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.components.sensor import (DOMAIN, PLATFORM_SCHEMA)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.helpers.event import track_time_change
|
||||
from homeassistant.helpers.restore_state import async_get_last_state
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
REQUIREMENTS = ['fastdotcom==0.0.1']
|
||||
REQUIREMENTS = ['fastdotcom==0.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -247,7 +247,7 @@ evohomeclient==0.2.5
|
|||
# face_recognition==1.0.0
|
||||
|
||||
# homeassistant.components.sensor.fastdotcom
|
||||
fastdotcom==0.0.1
|
||||
fastdotcom==0.0.3
|
||||
|
||||
# homeassistant.components.sensor.fedex
|
||||
fedexdeliverymanager==1.0.4
|
||||
|
|
Loading…
Reference in New Issue