Variables | |
| int | COMPONENT_LOADED_COOLDOWN = 30 |
| string | DOMAIN = "homeassistant_alerts" |
| REQUEST_TIMEOUT = aiohttp.ClientTimeout(total=30) | |
| UPDATE_INTERVAL = timedelta(hours=3) | |
Constants for the Home Assistant alerts integration.
| int homeassistant.components.homeassistant_alerts.const.COMPONENT_LOADED_COOLDOWN = 30 |
| string homeassistant.components.homeassistant_alerts.const.DOMAIN = "homeassistant_alerts" |
| homeassistant.components.homeassistant_alerts.const.REQUEST_TIMEOUT = aiohttp.ClientTimeout(total=30) |