/ha-geojson

GeoJSON custom component for Home Assistant that exposes properties

Primary LanguagePythonApache License 2.0Apache-2.0

GeoJSON

GeoJSON Properties integration for Home Assistant

This is a GeoJSON custom component for Home Assistant that exposes the properties within your GeoJSON file.

Getting started

This makes the GeoJSON integration actually useful for me because I can now use it for checking, among other things:

  • Community Incidents
  • Power Outages
  • Water Chlorination
  • Water Outages

Example of water outages

Use the GeoJSON URL - https://smartview.ccc.govt.nz/app/router/map_features.php?feat=watershutoffs - and you will see in HA:

image

Installation

HACS (recommended)

  1. Install HACS, if you did not already
  2. Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.
  3. Install the GeoJSON Properties integration
  4. Restart Home Assistant

Manually

Copy all files in the custom_components/geo_json_events folder to your Home Assistant folder config/custom_components/geo_json_events.

Known issues

Future enhancements

Your support is welcomed.

Acknowledgements

  • exxamalte, who contributed the original geo_json_events integration to HA Core