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

Variables

string DOMAIN = "aosmith"
 
 ENERGY_USAGE_INTERVAL = timedelta(minutes=10)
 
 FAST_INTERVAL = timedelta(seconds=1)
 
 REGULAR_INTERVAL = timedelta(seconds=30)
 

Detailed Description

Constants for the A. O. Smith integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ ENERGY_USAGE_INTERVAL

homeassistant.components.aosmith.const.ENERGY_USAGE_INTERVAL = timedelta(minutes=10)

Definition at line 14 of file const.py.

◆ FAST_INTERVAL

homeassistant.components.aosmith.const.FAST_INTERVAL = timedelta(seconds=1)

Definition at line 11 of file const.py.

◆ REGULAR_INTERVAL

homeassistant.components.aosmith.const.REGULAR_INTERVAL = timedelta(seconds=30)

Definition at line 8 of file const.py.