Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sma Namespace Reference

Namespaces

 config_flow
 
 const
 
 sensor
 

Functions

bool async_migrate_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The sma integration.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.sma.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Migrate entry.

Definition at line 141 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.sma.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up sma from a config entry.

Definition at line 41 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.sma.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 130 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.sma._LOGGER = logging.getLogger(__name__)
private

Definition at line 38 of file __init__.py.