viktak / ha-cc-openweathermap_all

Home Assistant custom component combining multiple OpenWeatherMap API calls
GNU General Public License v3.0
22 stars 2 forks source link
home-assistant-custom openweathermap

Home_Assistant hacs_badge hacs_badge GitHub GitHub code size in bytes

ha-cc-openweathermap_all

Home Assistant custom component combining multiple OpenWeatherMap API calls

Installation

Automatic

Use HACS to install it.

Manual

Copy the files to their proper location

Usage

configuration.yaml:

sensor:
    - platform: openweathermap_all
      api_key: YOUR_API_KEY
      latitude: YOUR_LATITUDE
      longitude: YOUR_LONGITUDE

Explanation

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.

Sensors created

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. :)

Sample screenshot of sensors (using mini-graph-card)

screenshot

Sample screenshot of sensors (using apexcharts-card)

screenshot

User submitted examples:

dimankiev

Contributing

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.

License

GNU General Public License v3.0