Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.geonetnz_volcano.const Namespace Reference

Variables

string ATTR_ACTIVITY = "activity"
 
string ATTR_DISTANCE = "distance"
 
string ATTR_EXTERNAL_ID = "external_id"
 
string ATTR_HAZARDS = "hazards"
 
string DEFAULT_ICON = "mdi:image-filter-hdr"
 
float DEFAULT_RADIUS = 50.0
 
 DEFAULT_SCAN_INTERVAL = timedelta(minutes=5)
 
string DOMAIN = "geonetnz_volcano"
 
string FEED = "feed"
 
string IMPERIAL_UNITS = "imperial"
 
string METRIC_UNITS = "metric"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Define constants for the GeoNet NZ Volcano integration.

Variable Documentation

◆ ATTR_ACTIVITY

string homeassistant.components.geonetnz_volcano.const.ATTR_ACTIVITY = "activity"

Definition at line 11 of file const.py.

◆ ATTR_DISTANCE

string homeassistant.components.geonetnz_volcano.const.ATTR_DISTANCE = "distance"

Definition at line 12 of file const.py.

◆ ATTR_EXTERNAL_ID

string homeassistant.components.geonetnz_volcano.const.ATTR_EXTERNAL_ID = "external_id"

Definition at line 13 of file const.py.

◆ ATTR_HAZARDS

string homeassistant.components.geonetnz_volcano.const.ATTR_HAZARDS = "hazards"

Definition at line 14 of file const.py.

◆ DEFAULT_ICON

string homeassistant.components.geonetnz_volcano.const.DEFAULT_ICON = "mdi:image-filter-hdr"

Definition at line 17 of file const.py.

◆ DEFAULT_RADIUS

float homeassistant.components.geonetnz_volcano.const.DEFAULT_RADIUS = 50.0

Definition at line 18 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.geonetnz_volcano.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=5)

Definition at line 19 of file const.py.

◆ DOMAIN

string homeassistant.components.geonetnz_volcano.const.DOMAIN = "geonetnz_volcano"

Definition at line 7 of file const.py.

◆ FEED

string homeassistant.components.geonetnz_volcano.const.FEED = "feed"

Definition at line 9 of file const.py.

◆ IMPERIAL_UNITS

string homeassistant.components.geonetnz_volcano.const.IMPERIAL_UNITS = "imperial"

Definition at line 23 of file const.py.

◆ METRIC_UNITS

string homeassistant.components.geonetnz_volcano.const.METRIC_UNITS = "metric"

Definition at line 24 of file const.py.

◆ PLATFORMS

list homeassistant.components.geonetnz_volcano.const.PLATFORMS = [Platform.SENSOR]

Definition at line 21 of file const.py.