This is a GeoJSON custom component for Home Assistant that exposes the properties
within your GeoJSON file.
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
Use the GeoJSON URL - https://smartview.ccc.govt.nz/app/router/map_features.php?feat=watershutoffs - and you will see in HA:
- Install HACS, if you did not already
- Install the GeoJSON Properties integration
- Restart Home Assistant
Copy all files in the custom_components/geo_json_events folder to your Home Assistant folder config/custom_components/geo_json_events.
- This integration overrides the HA Core
geo_json_events
integration which means any updates in HA Core in the future could potentially break this integration or your HA installation. There is a pending PR to resolve this by integrating the changes in this integration into HA Core.
Your support is welcomed.
- exxamalte, who contributed the original geo_json_events integration to HA Core