Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.geonetnz_volcano.const
 

Variables

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