Home Assistant custom component combining multiple OpenWeatherMap API calls
Use HACS to install it.
Copy the files to their proper location
configuration.yaml
:
sensor:
- platform: openweathermap_all
api_key: YOUR_API_KEY
latitude: YOUR_LATITUDE
longitude: YOUR_LONGITUDE
YOUR_API_KEY
: API key to use with the service. You can obtain yours at OpenWeatherMap.
YOUR_LATITUDE
, YOUR_LONGITUDE
: coordinates of the desired location.
Currently, the following sensors are created by this integration:
More are coming in the future as the API, my free time and my skills allow. :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.