mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
Upgrade fastdotcom to 0.0.3 (#10886)
This commit is contained in:
parent
9a0a5b7867
commit
d2106c40e1
@ -6,16 +6,17 @@ https://home-assistant.io/components/sensor.fastdotcom/
|
|||||||
"""
|
"""
|
||||||
import asyncio
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import voluptuous as vol
|
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
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.components.sensor import (DOMAIN, PLATFORM_SCHEMA)
|
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.helpers.event import track_time_change
|
from homeassistant.helpers.event import track_time_change
|
||||||
from homeassistant.helpers.restore_state import async_get_last_state
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -247,7 +247,7 @@ evohomeclient==0.2.5
|
|||||||
# face_recognition==1.0.0
|
# face_recognition==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.fastdotcom
|
# homeassistant.components.sensor.fastdotcom
|
||||||
fastdotcom==0.0.1
|
fastdotcom==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.fedex
|
# homeassistant.components.sensor.fedex
|
||||||
fedexdeliverymanager==1.0.4
|
fedexdeliverymanager==1.0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user