Update postnl api to 1.0.2 (#14769)

This commit is contained in:
Mick Vleeshouwer 2018-06-02 13:45:48 +02:00 committed by Martin Hjelmare
parent ad86e68c1e
commit fe0e49db4b
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['postnl_api==1.0.1']
REQUIREMENTS = ['postnl_api==1.0.2']
_LOGGER = logging.getLogger(__name__)

View file

@ -654,7 +654,7 @@ pmsensor==0.4
pocketcasts==0.1
# homeassistant.components.sensor.postnl
postnl_api==1.0.1
postnl_api==1.0.2
# homeassistant.components.climate.proliphix
proliphix==0.4.1