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

Variables

string CONF_MINIMUM_MAGNITUDE = "minimum_magnitude"
 
string CONF_MMI = "mmi"
 
 DEFAULT_FILTER_TIME_INTERVAL = timedelta(days=7)
 
float DEFAULT_MINIMUM_MAGNITUDE = 0.0
 
int DEFAULT_MMI = 3
 
float DEFAULT_RADIUS = 50.0
 
 DEFAULT_SCAN_INTERVAL = timedelta(minutes=5)
 
string DOMAIN = "geonetnz_quakes"
 
string FEED = "feed"
 
list PLATFORMS = [Platform.GEO_LOCATION, Platform.SENSOR]
 

Detailed Description

Define constants for the GeoNet NZ Quakes integration.

Variable Documentation

◆ CONF_MINIMUM_MAGNITUDE

string homeassistant.components.geonetnz_quakes.const.CONF_MINIMUM_MAGNITUDE = "minimum_magnitude"

Definition at line 11 of file const.py.

◆ CONF_MMI

string homeassistant.components.geonetnz_quakes.const.CONF_MMI = "mmi"

Definition at line 12 of file const.py.

◆ DEFAULT_FILTER_TIME_INTERVAL

homeassistant.components.geonetnz_quakes.const.DEFAULT_FILTER_TIME_INTERVAL = timedelta(days=7)

Definition at line 16 of file const.py.

◆ DEFAULT_MINIMUM_MAGNITUDE

float homeassistant.components.geonetnz_quakes.const.DEFAULT_MINIMUM_MAGNITUDE = 0.0

Definition at line 17 of file const.py.

◆ DEFAULT_MMI

int homeassistant.components.geonetnz_quakes.const.DEFAULT_MMI = 3

Definition at line 18 of file const.py.

◆ DEFAULT_RADIUS

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

Definition at line 19 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

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

Definition at line 20 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ FEED

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

Definition at line 14 of file const.py.

◆ PLATFORMS

list homeassistant.components.geonetnz_quakes.const.PLATFORMS = [Platform.GEO_LOCATION, Platform.SENSOR]

Definition at line 9 of file const.py.