mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +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/traccar/* @ludeeus
|
||||||
homeassistant/components/tradfri/* @ggravlingen
|
homeassistant/components/tradfri/* @ggravlingen
|
||||||
homeassistant/components/trafikverket_train/* @endor-force
|
homeassistant/components/trafikverket_train/* @endor-force
|
||||||
|
homeassistant/components/trafikverket_weatherstation/* @endor-force
|
||||||
homeassistant/components/transmission/* @engrbm87 @JPHutchins
|
homeassistant/components/transmission/* @engrbm87 @JPHutchins
|
||||||
homeassistant/components/tts/* @pvizeli
|
homeassistant/components/tts/* @pvizeli
|
||||||
homeassistant/components/tuya/* @ollo69
|
homeassistant/components/tuya/* @ollo69
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "trafikverket_train",
|
"domain": "trafikverket_train",
|
||||||
"name": "Trafikverket Train",
|
"name": "Trafikverket Train",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/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"]
|
"codeowners": ["@endor-force"]
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "trafikverket_weatherstation",
|
"domain": "trafikverket_weatherstation",
|
||||||
"name": "Trafikverket Weather Station",
|
"name": "Trafikverket Weather Station",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/trafikverket_weatherstation",
|
"documentation": "https://www.home-assistant.io/integrations/trafikverket_weatherstation",
|
||||||
"requirements": ["pytrafikverket==0.1.6.1"],
|
"requirements": ["pytrafikverket==0.1.6.2"],
|
||||||
"codeowners": []
|
"codeowners": ["@endor-force"]
|
||||||
}
|
}
|
||||||
|
@ -81,6 +81,13 @@ SENSOR_TYPES = {
|
|||||||
"mdi:weather-windy",
|
"mdi:weather-windy",
|
||||||
None,
|
None,
|
||||||
],
|
],
|
||||||
|
"wind_speed_max": [
|
||||||
|
"Wind speed max",
|
||||||
|
SPEED_METERS_PER_SECOND,
|
||||||
|
"windforcemax",
|
||||||
|
"mdi:weather-windy-variant",
|
||||||
|
None,
|
||||||
|
],
|
||||||
"humidity": [
|
"humidity": [
|
||||||
"Humidity",
|
"Humidity",
|
||||||
UNIT_PERCENTAGE,
|
UNIT_PERCENTAGE,
|
||||||
|
@ -1813,7 +1813,7 @@ pytradfri[async]==6.4.0
|
|||||||
|
|
||||||
# homeassistant.components.trafikverket_train
|
# homeassistant.components.trafikverket_train
|
||||||
# homeassistant.components.trafikverket_weatherstation
|
# homeassistant.components.trafikverket_weatherstation
|
||||||
pytrafikverket==0.1.6.1
|
pytrafikverket==0.1.6.2
|
||||||
|
|
||||||
# homeassistant.components.ubee
|
# homeassistant.components.ubee
|
||||||
pyubee==0.10
|
pyubee==0.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user