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

Variables

string ATTRIBUTION = "Data provided by the National Oceanic and Atmospheric Administration"
 
string CONF_THRESHOLD = "forecast_threshold"
 
int DEFAULT_THRESHOLD = 75
 
string DOMAIN = "aurora"
 

Detailed Description

Constants for the Aurora integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.aurora.const.ATTRIBUTION = "Data provided by the National Oceanic and Atmospheric Administration"

Definition at line 6 of file const.py.

◆ CONF_THRESHOLD

string homeassistant.components.aurora.const.CONF_THRESHOLD = "forecast_threshold"

Definition at line 4 of file const.py.

◆ DEFAULT_THRESHOLD

int homeassistant.components.aurora.const.DEFAULT_THRESHOLD = 75

Definition at line 5 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.