Update postnl api to 1.0.2 (#14769)
This commit is contained in:
parent
ad86e68c1e
commit
fe0e49db4b
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue