Namespaces | |
| config_flow | |
| const | |
| entity | |
| light | |
| scene | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.LIGHT, Platform.SCENE] |
Support the UPB PIM.
| bool homeassistant.components.upb.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate entry.
Definition at line 71 of file __init__.py.
| bool homeassistant.components.upb.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up a new config_entry for UPB PIM.
Definition at line 23 of file __init__.py.
| bool homeassistant.components.upb.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload the config_entry.
Definition at line 59 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| list homeassistant.components.upb.PLATFORMS = [Platform.LIGHT, Platform.SCENE] |
Definition at line 20 of file __init__.py.