home-assistant.io/source/_integrations/geonetnz_volcano.markdown
2022-12-01 01:47:23 +01:00

2.6 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_config_flow, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_iot_class ha_release ha_config_flow ha_codeowners ha_domain ha_platforms ha_integration_type
GeoNet NZ Volcano Instructions on how to integrate the GeoNet New Zealand Volcanic Alert Level feed into Home Assistant.
Sensor
Cloud Polling 0.103 true
@exxamalte
geonetnz_volcano
sensor
service

The geonetnz_volcano integration lets you use a GeoJSON feed provided by New Zealand's GeoNet with information about volcanoes in the New Zealand region. It shows information of those volcanoes filtered by distance to Home Assistant's location.

Entities are generated and updated automatically with each update from the feed. Each entity defines the volcanic alert level as its state. Latitude and longitude of the volcano are included as attributes to show on the default map automatically.

The data is updated every 5 minutes.

The material used by this integration is provided under the Creative Commons Attribution 3.0 New Zealand (CC BY 3.0 NZ) license. It has only been modified for the purpose of presenting the material in Home Assistant. Please refer to the creator's disclaimer notice and data policy for more information.

We acknowledge the New Zealand GeoNet project and its sponsors EQC, GNS Science and LINZ, for providing data/images used in this integration.

{% include integrations/config_flow.md %}

State Attributes

The following state attributes are available for each entity in addition to the standard ones:

Attribute Description
latitude Latitude of the volcano.
longitude Longitude of the volcano.
external_id The external ID used in the feed to identify the volcano.
activity Volcanic activity.
hazards Most likely hazards.
distance The distance in km or mi to Home Assistant's location.
last update Timestamp of the last update from the feed.
last update successful Timestamp of the last successful update from the feed.

Full Configuration

# Example configuration.yaml entry
geonetnz_volcano:
  radius: 100
  latitude: -41.2
  longitude: 174.7