
* Add "mode" attribute to IPMA
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
1.3 KiB
title, description, logo, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners
title | description | logo | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | |||
---|---|---|---|---|---|---|---|---|---|---|
Instituto Português do Mar e Atmosfera (IPMA) | Instructions on how to integrate Instituto Português do Mar e Atmosfera weather conditions into Home Assistant. | ipma.png |
|
0.72 | Cloud Polling | true |
|
The ipma
weather platform uses the Instituto Português do Mar e Atmosfera as a source for current and forecast meteorological data.
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
type: string
default: The name of the used station
latitude:
description: Latitude of the location for which you want weather information.
required: false
type: string
default: Home Assistant global latitude configuration
longitude:
description: Longitude of the location for which you want weather information.
required: false
type: string
default: Home Assistant global longitude configuration
mode:
description: "The forecast type. Can be hourly
or daily
."
required: false
type: string
default: "daily
"
{% endconfiguration %}