mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Bump pwaqi to 1.4 to fix a typo in the underlying library. (#5716)
This commit is contained in:
parent
f63874eb8c
commit
dfb991ce19
@ -16,7 +16,7 @@ from homeassistant.helpers.config_validation import PLATFORM_SCHEMA
|
||||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['pwaqi==1.3']
|
||||
REQUIREMENTS = ['pwaqi==1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -384,7 +384,7 @@ pushbullet.py==0.10.0
|
||||
pushetta==1.0.15
|
||||
|
||||
# homeassistant.components.sensor.waqi
|
||||
pwaqi==1.3
|
||||
pwaqi==1.4
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==0.2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user