mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
parent
873fc918c8
commit
8401b876a4
44
source/_components/weather.ipma.markdown
Normal file
44
source/_components/weather.ipma.markdown
Normal file
@ -0,0 +1,44 @@
|
||||
---
|
||||
layout: page
|
||||
title: "IPMA"
|
||||
description: "Instructions on how to integrate Instituto Português do Mar e Atmosfera weather conditions into Home Assistant."
|
||||
date: 2018-05-31 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: ipma.png
|
||||
ha_category: Weather
|
||||
ha_release: 0.72
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
The `ipma` weather platform uses the [Instituto Português do Mar e Atmosfera](http://www.ipma.pt) 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:
|
||||
|
||||
```yaml
|
||||
# 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 %}
|
BIN
source/images/supported_brands/ipma.png
Normal file
BIN
source/images/supported_brands/ipma.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Loading…
x
Reference in New Issue
Block a user