Namespaces | |
| api | |
| binary_sensor | |
| config_flow | |
| const | |
| sensor | |
| switch | |
Classes | |
| class | SmappeeBase |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, SmappeeConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SmappeeConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA | |
| SmappeeConfigEntry | |
The Smappee integration.
| bool homeassistant.components.smappee.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Smappee component.
Definition at line 43 of file __init__.py.
| bool homeassistant.components.smappee.async_setup_entry | ( | HomeAssistant | hass, |
| SmappeeConfigEntry | entry | ||
| ) |
Set up Smappee from a zeroconf or config entry.
Definition at line 77 of file __init__.py.
| bool homeassistant.components.smappee.async_unload_entry | ( | HomeAssistant | hass, |
| SmappeeConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 115 of file __init__.py.
| homeassistant.components.smappee.CONFIG_SCHEMA |
Definition at line 30 of file __init__.py.
| homeassistant.components.smappee.SmappeeConfigEntry |
Definition at line 28 of file __init__.py.