Variables | |
| string | DATA_COORDINATOR = "coordinator" |
| string | DATA_SMART_METER = "smart_meter_data" |
| int | DEBOUNCE_COOLDOWN = 1800 |
| string | DOMAIN = "smart_meter_texas" |
| string | ELECTRIC_METER = "Electric Meter" |
| string | ESIID = "electric_service_identifier" |
| string | LAST_UPDATE = "last_updated" |
| string | METER_NUMBER = "meter_number" |
| SCAN_INTERVAL = timedelta(hours=1) | |
Constants for the Smart Meter Texas integration.
| 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" |