home-assistant.io/source/_components/norway_air.markdown
2019-06-27 20:10:56 -07:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page Norway Air Quality Display the current status of Norway air quality. 2019-02-02 18:00 true false true true metno.png
Health
Cloud Polling 0.88

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

To add air quality sensor to your installation, add the following to your configuration.yaml file:

# 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: number default: Provided by Home Assistant configuration longitude: description: Manually specify longitude. required: false type: number default: Provided by Home Assistant configuration {% endconfiguration %}