Bumped pypollencom to 1.1.2 (#13959)

* Bumped pypollencom to 1.1.2

* Updated requirements_all.txt
This commit is contained in:
Aaron Bach 2018-04-17 12:03:22 -06:00 committed by Martin Hjelmare
parent 1a9ea11665
commit 65b8f9764a
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle, slugify
REQUIREMENTS = ['pypollencom==1.1.1']
REQUIREMENTS = ['pypollencom==1.1.2']
_LOGGER = logging.getLogger(__name__)
ATTR_ALLERGEN_GENUS = 'primary_allergen_genus'

View File

@ -889,7 +889,7 @@ pyotp==2.2.6
pyowm==2.8.0
# homeassistant.components.sensor.pollen
pypollencom==1.1.1
pypollencom==1.1.2
# homeassistant.components.qwikswitch
pyqwikswitch==0.71