mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bumped pypollencom to 1.1.2 (#13959)
* Bumped pypollencom to 1.1.2 * Updated requirements_all.txt
This commit is contained in:
parent
1a9ea11665
commit
65b8f9764a
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user