mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Upgrade pyMetno to 0.8.2 (#49308)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
fe2f4e2790
commit
fc4c49ab83
@ -3,6 +3,6 @@
|
|||||||
"name": "Meteorologisk institutt (Met.no)",
|
"name": "Meteorologisk institutt (Met.no)",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/met",
|
"documentation": "https://www.home-assistant.io/integrations/met",
|
||||||
"requirements": ["pyMetno==0.8.1"],
|
"requirements": ["pyMetno==0.8.2"],
|
||||||
"codeowners": ["@danielhiversen", "@thimic"]
|
"codeowners": ["@danielhiversen", "@thimic"]
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,7 @@ def round_state(func):
|
|||||||
|
|
||||||
|
|
||||||
class AirSensor(AirQualityEntity):
|
class AirSensor(AirQualityEntity):
|
||||||
"""Representation of an Yr.no sensor."""
|
"""Representation of an air quality sensor."""
|
||||||
|
|
||||||
def __init__(self, name, coordinates, forecast, session):
|
def __init__(self, name, coordinates, forecast, session):
|
||||||
"""Initialize the sensor."""
|
"""Initialize the sensor."""
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "norway_air",
|
"domain": "norway_air",
|
||||||
"name": "Om Luftkvalitet i Norge (Norway Air)",
|
"name": "Om Luftkvalitet i Norge (Norway Air)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/norway_air",
|
"documentation": "https://www.home-assistant.io/integrations/norway_air",
|
||||||
"requirements": ["pyMetno==0.8.1"],
|
"requirements": ["pyMetno==0.8.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -1229,7 +1229,7 @@ pyHS100==0.3.5.2
|
|||||||
|
|
||||||
# homeassistant.components.met
|
# homeassistant.components.met
|
||||||
# homeassistant.components.norway_air
|
# homeassistant.components.norway_air
|
||||||
pyMetno==0.8.1
|
pyMetno==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.26.1
|
pyRFXtrx==0.26.1
|
||||||
|
@ -648,7 +648,7 @@ pyHS100==0.3.5.2
|
|||||||
|
|
||||||
# homeassistant.components.met
|
# homeassistant.components.met
|
||||||
# homeassistant.components.norway_air
|
# homeassistant.components.norway_air
|
||||||
pyMetno==0.8.1
|
pyMetno==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.26.1
|
pyRFXtrx==0.26.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user