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

Variables

int COMPONENT_LOADED_COOLDOWN = 30
 
string DOMAIN = "homeassistant_alerts"
 
 REQUEST_TIMEOUT = aiohttp.ClientTimeout(total=30)
 
 UPDATE_INTERVAL = timedelta(hours=3)
 

Detailed Description

Constants for the Home Assistant alerts integration.

Variable Documentation

◆ COMPONENT_LOADED_COOLDOWN

int homeassistant.components.homeassistant_alerts.const.COMPONENT_LOADED_COOLDOWN = 30

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ REQUEST_TIMEOUT

homeassistant.components.homeassistant_alerts.const.REQUEST_TIMEOUT = aiohttp.ClientTimeout(total=30)

Definition at line 11 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.homeassistant_alerts.const.UPDATE_INTERVAL = timedelta(hours=3)

Definition at line 9 of file const.py.