Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.iotawatt.sensor Namespace Reference

Classes

class  IotaWattSensor
 
class  IotaWattSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for IoTaWatt Energy monitor.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.iotawatt.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Add sensors for passed config_entry in HA.

Definition at line 114 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.iotawatt.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 37 of file sensor.py.