OpenWeatherMap Support


The openweathermap platform uses OpenWeatherMap as a source for meteorological data for your location.

1
2
3
4
5
6
7
8
9
10
11
12
13
# Example configuration.yaml entry
sensor:
  platform: openweathermap
  api_key: YOUR_API_KEY
  monitored_variables:
    - type: 'weather'
    - type: 'temperature'
    - type: 'wind_speed'
    - type: 'humidity'
    - type: 'pressure'
    - type: 'clouds'
    - type: 'rain'
    - type: 'snow'