home-assistant.io/source/_integrations/norway_air.markdown
2024-11-27 18:57:16 +01:00

1.5 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title description ha_category ha_iot_class ha_release ha_domain ha_platforms ha_integration_type related ha_quality_scale
Om Luftkvalitet i Norge (Norway Air) Display the current status of Norway air quality.
Health
Cloud Polling 0.88 norway_air
air_quality
integration
docs title
/docs/configuration/ Configuration file
legacy

The norway_air {% term integration %} queries the Norway air quality data feed provided by the Norwegian Meteorological Institute.

To add the air quality {% term integration %} to your installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
air_quality:
  - platform: norway_air

{% configuration %} name: description: Additional name for the sensor. required: false type: string default: Air quality forecast: description: If you want to get forecast data instead of the current data, set this to the number of hours that you want to look into the future. required: false type: integer latitude: description: Manually specify latitude. required: false type: float default: Provided by Home Assistant configuration longitude: description: Manually specify longitude. required: false type: float default: Provided by Home Assistant configuration {% endconfiguration %}