mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
1.5 KiB
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | ZAMG Weather | Instructions on how to integrate ZAMG sensors within Home Assistant. | 2016-12-06 08:00 | true | false | true | true | zamg.png | Weather | 0.39 | Cloud Polling |
The zamg
platform uses meteorological details published by the Austrian weather service Zentralanstalt für Meteorologie und Geodynamik (ZAMG).
Only observations for capital cities are publicly available. You can check the list of stations in CSV format.
{% linkable_title Configuration %}
To add ZAMG to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
weather:
- platform: zamg
Configuration variables:
- station_id (Optional): The ID number for a supported ZAMG station.
- name (Optional): A name for the weather platform.
- latitude (Optional): Latitude coordinate to monitor weather of (required if longitude is specified). Defaults to coordinates defined in your
configuration.yaml
file. - longitude (Optional): Longitude coordinate to monitor weather of (required if latitude is specified). Defaults to coordinates defined in your
configuration.yaml
file.
This platform is an alternative to the [`zamg`](/components/sensor.zamg/) sensor. The weather platform is easier to configure but less customizable.