Namespaces | |
| config_flow | |
| const | |
| cover | |
| entity | |
| sensor | |
| utils | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.COVER, Platform.SENSOR] |
Support for Soma Smartshades.
| bool homeassistant.components.soma.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Soma component.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.soma.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Soma from a config entry.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.soma.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 60 of file __init__.py.
| homeassistant.components.soma.CONFIG_SCHEMA |
Definition at line 17 of file __init__.py.
| list homeassistant.components.soma.PLATFORMS = [Platform.COVER, Platform.SENSOR] |
Definition at line 29 of file __init__.py.