Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| switch | |
Classes | |
| class | UpCloudHassData |
Functions | |
| None | _async_signal_options_update (HomeAssistant hass, ConfigEntry config_entry) |
| str | _config_entry_update_signal_name (ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SWITCH] |
Support for UpCloud.
|
private |
Signal config entry options update.
Definition at line 52 of file __init__.py.
|
private |
Get signal name for updates to a config entry.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.upcloud.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the UpCloud config entry.
Definition at line 61 of file __init__.py.
| bool homeassistant.components.upcloud.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload the config entry.
Definition at line 111 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| list homeassistant.components.upcloud.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SWITCH] |
Definition at line 35 of file __init__.py.