Upgrade pyMetno to 0.8.2 (#49308)

Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
Daniel Hjelseth Høyer 2021-04-16 20:17:46 +02:00 committed by GitHub
parent e9cf8db302
commit 65d092f1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
"name": "Meteorologisk institutt (Met.no)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/met",
"requirements": ["pyMetno==0.8.1"],
"requirements": ["pyMetno==0.8.2"],
"codeowners": ["@danielhiversen", "@thimic"],
"iot_class": "cloud_polling"
}

View File

@ -67,7 +67,7 @@ def round_state(func):
class AirSensor(AirQualityEntity):
"""Representation of an Yr.no sensor."""
"""Representation of an air quality sensor."""
def __init__(self, name, coordinates, forecast, session):
"""Initialize the sensor."""

View File

@ -2,7 +2,7 @@
"domain": "norway_air",
"name": "Om Luftkvalitet i Norge (Norway Air)",
"documentation": "https://www.home-assistant.io/integrations/norway_air",
"requirements": ["pyMetno==0.8.1"],
"requirements": ["pyMetno==0.8.2"],
"codeowners": [],
"iot_class": "cloud_polling"
}

View File

@ -1235,7 +1235,7 @@ pyMetEireann==0.2
# homeassistant.components.met
# homeassistant.components.norway_air
pyMetno==0.8.1
pyMetno==0.8.2
# homeassistant.components.rfxtrx
pyRFXtrx==0.26.1

View File

@ -666,7 +666,7 @@ pyMetEireann==0.2
# homeassistant.components.met
# homeassistant.components.norway_air
pyMetno==0.8.1
pyMetno==0.8.2
# homeassistant.components.rfxtrx
pyRFXtrx==0.26.1