Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.smart_meter_texas.const
 

Variables

string homeassistant.components.smart_meter_texas.const.DATA_COORDINATOR = "coordinator"
 
string homeassistant.components.smart_meter_texas.const.DATA_SMART_METER = "smart_meter_data"
 
int homeassistant.components.smart_meter_texas.const.DEBOUNCE_COOLDOWN = 1800
 
string homeassistant.components.smart_meter_texas.const.DOMAIN = "smart_meter_texas"
 
string homeassistant.components.smart_meter_texas.const.ELECTRIC_METER = "Electric Meter"
 
string homeassistant.components.smart_meter_texas.const.ESIID = "electric_service_identifier"
 
string homeassistant.components.smart_meter_texas.const.LAST_UPDATE = "last_updated"
 
string homeassistant.components.smart_meter_texas.const.METER_NUMBER = "meter_number"
 
 homeassistant.components.smart_meter_texas.const.SCAN_INTERVAL = timedelta(hours=1)