Go to the source code of this file.
|
| 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) |
| |