mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update / Correct zamg integration description (#24931)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
4348cd19bf
commit
5589cdb5e9
@ -18,7 +18,7 @@ ha_codeowners:
|
|||||||
|
|
||||||
The `zamg` platform uses meteorological details published by the Austrian weather service [Zentralanstalt für Meteorologie und Geodynamik (ZAMG)](https://www.zamg.ac.at).
|
The `zamg` platform uses meteorological details published by the Austrian weather service [Zentralanstalt für Meteorologie und Geodynamik (ZAMG)](https://www.zamg.ac.at).
|
||||||
|
|
||||||
Only observations for capital cities are publicly available. You can check the list of stations in [CSV format](https://www.zamg.ac.at/ogd).
|
With this integration, it is possible to get weather station data from up to 228 different ZAMG stations across Austria. The integration uses the [datahub-api](https://dataset.api.hub.zamg.ac.at/v1/docs/index.html).
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -34,18 +34,20 @@ This integration provides the following sensors:
|
|||||||
|Name|Description|
|
|Name|Description|
|
||||||
|----|-----------|
|
|----|-----------|
|
||||||
|Temperature|Temperature in °C|
|
|Temperature|Temperature in °C|
|
||||||
|
|Temperature Average|Average Temperature in °C|
|
||||||
|Humidity|Humidity in %|
|
|Humidity|Humidity in %|
|
||||||
|Dew Point|Dew point in °C|
|
|Dew Point|Dew point in °C|
|
||||||
|
|Dew Point Average|Average Dew point in °C|
|
||||||
|Pressure|Station pressure in hPa|
|
|Pressure|Station pressure in hPa|
|
||||||
|Pressure at Sea Level|Sea level pressure in hPa|
|
|Pressure at Sea Level|Sea level pressure in hPa|
|
||||||
|Wind Speed|Wind speed in km/h|
|
|Wind Speed|Wind speed in km/h|
|
||||||
|Top Wind Speed|Max wind speed in km/h|
|
|Top Wind Speed|Max wind speed in km/h|
|
||||||
|Wind Bearing|Wind bearing in °|
|
|Wind Bearing|Wind bearing in °|
|
||||||
|Top Wind Bearing|Wind bearing at max speed in °|
|
|Top Wind Bearing|Wind bearing at max speed in °|
|
||||||
|Sun Last Hour|Sunshine in the last hour in %|
|
|Sun Last 10 Minutes|Sunshine in the last 10 minutes in sec|
|
||||||
|Precipitation|Precipitation in 1/m²|
|
|Precipitation|Precipitation in mm|
|
||||||
|Station Name|Station name|
|
|Snow|Snow in cm|
|
||||||
|Station Elevation|The station elevation in m|
|
|
||||||
|Update Date|Update date of last read data|
|
<div class='note'>
|
||||||
|Update Time|Update time of last read data|
|
Not every station supports every sensor.
|
||||||
|Station id|The station id|
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user