mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Add wind max speed to trafikverket_weatherstation (#38929)
* Add wind max speed to trafikverket_weatherstation * Update CODEOWNERS
This commit is contained in:
parent
802c556e82
commit
bf643b63ad
@ -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
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user