Namespaces | |
| inverter | |
| mix | |
| sensor_entity_description | |
| storage | |
| tlx | |
| total | |
Classes | |
| class | GrowattData |
| class | GrowattInverter |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| def | get_device_list (api, config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| SCAN_INTERVAL = datetime.timedelta(minutes=5) | |
Read status of growatt inverters.
| None homeassistant.components.growatt_server.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Growatt sensor.
Definition at line 61 of file __init__.py.
| def homeassistant.components.growatt_server.sensor.get_device_list | ( | api, | |
| config | |||
| ) |
Retrieve the device list for the selected plant.
Definition at line 40 of file __init__.py.
|
private |
Definition at line 35 of file __init__.py.
| homeassistant.components.growatt_server.sensor.SCAN_INTERVAL = datetime.timedelta(minutes=5) |
Definition at line 37 of file __init__.py.