Om Luftkvalitet i Norge (Norway Air)


The norway_air integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] queries the Norway air quality data feed provided by the Norwegian Meteorological Institute.

To add the air quality integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] to your installation, add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

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

Configuration Variables

name string (Optional, default: Air quality)

Additional name for the sensor.

forecast integer (Optional)

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.

latitude float (Optional)

Manually specify latitude.

Default:

Provided by Home Assistant configuration

longitude float (Optional)

Manually specify longitude.

Default:

Provided by Home Assistant configuration