Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.28 KB

File metadata and controls

55 lines (40 loc) · 1.28 KB

Pollen API Integration

Get real-time pollen forecasts for Denmark directly in Home Assistant.

What You Get

Automatically creates sensors for 8 pollen types:

  • Grass (Græs)
  • Birch (Birk)
  • Alder (El)
  • Hazel (Hassel)
  • Elm (Elm)
  • Mugwort (Bynke)
  • Alternaria
  • Cladosporium

Each sensor provides:

  • Current pollen level (0-5 scale)
  • Today's date
  • Future forecast data in attributes

Requirements

You need access to a Pollen API service:

Option 1: Use the public API (Default)

https://pollen.akj.io

The API is lightweight and hosted for public use. Just use this URL during setup.

Option 2: Self-host with Docker If you prefer to run your own instance:

docker run -d -p 3060:3060 --name pollen-api saturate/pollen-api:latest

Then use http://your-server:3060 during setup.

See Saturate/pollen-api for API documentation and deployment options.

Configuration

After installation:

  1. Go to Settings → Devices & Services
  2. Click "Add Integration"
  3. Search for "Pollen"
  4. Enter your API URL (e.g., http://localhost:3060)
  5. Select region: Copenhagen or Viborg
  6. Choose language: English or Danish

Data Source

Pollen data from Astma-Allergi Danmark - updated every 2 hours.