From fe0e49db4bfca77fa36f408bbcf32b55598863b0 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer <mick@imick.nl> Date: Sat, 2 Jun 2018 13:45:48 +0200 Subject: [PATCH] Update postnl api to 1.0.2 (#14769) --- homeassistant/components/sensor/postnl.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/postnl.py b/homeassistant/components/sensor/postnl.py index c38f58b7916..63a9c1d67d5 100644 --- a/homeassistant/components/sensor/postnl.py +++ b/homeassistant/components/sensor/postnl.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 8e9c37b75e1..4a6560133ce 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 -- GitLab