Add wind max speed to trafikverket_weatherstation (#38929)

* Add wind max speed to trafikverket_weatherstation

* Update CODEOWNERS
This commit is contained in:
endor 2020-08-17 21:39:00 +02:00 committed by GitHub
parent 802c556e82
commit bf643b63ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 4 deletions

View File

@ -435,6 +435,7 @@ homeassistant/components/tplink/* @rytilahti
homeassistant/components/traccar/* @ludeeus
homeassistant/components/tradfri/* @ggravlingen
homeassistant/components/trafikverket_train/* @endor-force
homeassistant/components/trafikverket_weatherstation/* @endor-force
homeassistant/components/transmission/* @engrbm87 @JPHutchins
homeassistant/components/tts/* @pvizeli
homeassistant/components/tuya/* @ollo69

View File

@ -2,6 +2,6 @@
"domain": "trafikverket_train",
"name": "Trafikverket Train",
"documentation": "https://www.home-assistant.io/integrations/trafikverket_train",
"requirements": ["pytrafikverket==0.1.6.1"],
"requirements": ["pytrafikverket==0.1.6.2"],
"codeowners": ["@endor-force"]
}

View File

@ -2,6 +2,6 @@
"domain": "trafikverket_weatherstation",
"name": "Trafikverket Weather Station",
"documentation": "https://www.home-assistant.io/integrations/trafikverket_weatherstation",
"requirements": ["pytrafikverket==0.1.6.1"],
"codeowners": []
"requirements": ["pytrafikverket==0.1.6.2"],
"codeowners": ["@endor-force"]
}

View File

@ -81,6 +81,13 @@ SENSOR_TYPES = {
"mdi:weather-windy",
None,
],
"wind_speed_max": [
"Wind speed max",
SPEED_METERS_PER_SECOND,
"windforcemax",
"mdi:weather-windy-variant",
None,
],
"humidity": [
"Humidity",
UNIT_PERCENTAGE,

View File

@ -1813,7 +1813,7 @@ pytradfri[async]==6.4.0
# homeassistant.components.trafikverket_train
# homeassistant.components.trafikverket_weatherstation
pytrafikverket==0.1.6.1
pytrafikverket==0.1.6.2
# homeassistant.components.ubee
pyubee==0.10