Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.switchbot_cloud.SwitchbotCloudData
 
class  homeassistant.components.switchbot_cloud.SwitchbotDevices
 

Namespaces

 homeassistant.components.switchbot_cloud
 

Functions

bool homeassistant.components.switchbot_cloud.async_setup_entry (HomeAssistant hass, ConfigEntry config)
 
bool homeassistant.components.switchbot_cloud.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
SwitchbotDevices homeassistant.components.switchbot_cloud.make_device_data (HomeAssistant hass, SwitchBotAPI api, list[Device|Remote] devices, dict[str, SwitchBotCoordinator] coordinators_by_id)
 
tuple[Device|Remote, SwitchBotCoordinator] homeassistant.components.switchbot_cloud.prepare_device (HomeAssistant hass, SwitchBotAPI api, Device|Remote device, dict[str, SwitchBotCoordinator] coordinators_by_id)
 

Variables

 homeassistant.components.switchbot_cloud._LOGGER = getLogger(__name__)