Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.switchbot_cloud.vacuum Namespace Reference

Classes

class  SwitchBotCloudVacuum
 

Functions

SwitchBotCloudVacuum _async_make_entity (SwitchBotAPI api, Device|Remote device, SwitchBotCoordinator coordinator)
 
None async_setup_entry (HomeAssistant hass, ConfigEntry config, AddEntitiesCallback async_add_entities)
 

Detailed Description

Support for SwitchBot vacuum.

Function Documentation

◆ _async_make_entity()

SwitchBotCloudVacuum homeassistant.components.switchbot_cloud.vacuum._async_make_entity ( SwitchBotAPI  api,
Device | Remote  device,
SwitchBotCoordinator   coordinator 
)
private
Make a SwitchBotCloudVacuum.

Definition at line 123 of file vacuum.py.

◆ async_setup_entry()

None homeassistant.components.switchbot_cloud.vacuum.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config,
AddEntitiesCallback  async_add_entities 
)
Set up SwitchBot Cloud entry.

Definition at line 33 of file vacuum.py.