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

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]
 

Detailed Description

Support the UPB PIM.

Function Documentation

◆ async_migrate_entry()

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

Definition at line 71 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.upb.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload the config_entry.

Definition at line 59 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.upb.PLATFORMS = [Platform.LIGHT, Platform.SCENE]

Definition at line 20 of file __init__.py.