Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.duke_energy.coordinator Namespace Reference

Classes

class  DukeEnergyCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
tuple _SUPPORTED_METER_TYPES = ("ELECTRIC",)
 
 DukeEnergyConfigEntry
 

Detailed Description

Coordinator to handle Duke Energy connections.

Variable Documentation

◆ _LOGGER

homeassistant.components.duke_energy.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 27 of file coordinator.py.

◆ _SUPPORTED_METER_TYPES

tuple homeassistant.components.duke_energy.coordinator._SUPPORTED_METER_TYPES = ("ELECTRIC",)
private

Definition at line 29 of file coordinator.py.

◆ DukeEnergyConfigEntry

homeassistant.components.duke_energy.coordinator.DukeEnergyConfigEntry

Definition at line 31 of file coordinator.py.