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

Classes

class  AuroraSensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 ALARM_STATES = list(AuroraMapping.ALARM_STATES.values())
 
list SENSOR_TYPES
 

Detailed Description

Support for Aurora ABB PowerOne Solar Photovoltaic (PV) inverter.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.aurora_abb_powerone.sensor.async_setup_entry ( HomeAssistant  hass,
AuroraAbbConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up aurora_abb_powerone sensor based on a config entry.

Definition at line 130 of file sensor.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 43 of file sensor.py.

◆ ALARM_STATES

homeassistant.components.aurora_abb_powerone.sensor.ALARM_STATES = list(AuroraMapping.ALARM_STATES.values())

Definition at line 44 of file sensor.py.

◆ SENSOR_TYPES

list homeassistant.components.aurora_abb_powerone.sensor.SENSOR_TYPES

Definition at line 46 of file sensor.py.