home-assistant.io/source/_components/weather.ipma.markdown
Diogo Gomes 1228ea2849 Add weather.IPMA (#5465)
* Added IPMA

* address comments

* logo added
2018-06-21 15:27:54 -04:00

1.2 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 IPMA Instructions on how to integrate Instituto Português do Mar e Atmosfera weather conditions into Home Assistant. 2018-05-31 17:00 true false true true ipma.png Weather 0.72 Cloud Polling

The ipma weather platform uses the Instituto Português do Mar e Atmosfera as a source for current and forecast meteorological data.

{% linkable_title Configuration %}

To add the IPMA weather platform to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
weather:
  - platform: ipma 

{% configuration %} name: description: The name you would like to give to the weather station. required: false default: The name of the used station type: string latitude: description: Latitude of the location for which you want weather information. required: false default: Home Assistant global latitude configuration type: string longitude: description: Longitude of the location for which you want weather information. required: false default: Home Assistant global longitude configuration type: string {% endconfiguration %}