Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.switchbee
 

Functions

bool homeassistant.components.switchbee.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
bool homeassistant.components.switchbee.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.switchbee.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
CentralUnitPolling|CentralUnitWsRPC homeassistant.components.switchbee.get_api_object (str central_unit, str user, str password, ClientSession websession)
 
None homeassistant.components.switchbee.update_listener (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 homeassistant.components.switchbee._LOGGER = logging.getLogger(__name__)