1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Upgrade fastdotcom to 0.0.3 (#10886)

This commit is contained in:
Fabian Affolter 2017-12-01 12:25:54 +01:00 committed by Pascal Vizeli
parent 9a0a5b7867
commit d2106c40e1
2 changed files with 5 additions and 4 deletions

View File

@ -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__)

View File

@ -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