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

Classes

class  RomyVacuumEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string FAN_SPEED_AUTO = "auto"
 
string FAN_SPEED_HIGH = "high"
 
string FAN_SPEED_INTENSIVE = "intensive"
 
string FAN_SPEED_NONE = "default"
 
string FAN_SPEED_NORMAL = "normal"
 
string FAN_SPEED_SILENT = "silent"
 
string FAN_SPEED_SUPER_SILENT = "super_silent"
 
tuple SUPPORT_ROMY_ROBOT
 

Detailed Description

Support for Wi-Fi enabled ROMY vacuum cleaner robots.

For more details about this platform, please refer to the documentation
https://home-assistant.io/components/vacuum.romy/.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.romy.vacuum.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up ROMY vacuum cleaner.

Definition at line 47 of file vacuum.py.

Variable Documentation

◆ FAN_SPEED_AUTO

string homeassistant.components.romy.vacuum.FAN_SPEED_AUTO = "auto"

Definition at line 24 of file vacuum.py.

◆ FAN_SPEED_HIGH

string homeassistant.components.romy.vacuum.FAN_SPEED_HIGH = "high"

Definition at line 23 of file vacuum.py.

◆ FAN_SPEED_INTENSIVE

string homeassistant.components.romy.vacuum.FAN_SPEED_INTENSIVE = "intensive"

Definition at line 21 of file vacuum.py.

◆ FAN_SPEED_NONE

string homeassistant.components.romy.vacuum.FAN_SPEED_NONE = "default"

Definition at line 18 of file vacuum.py.

◆ FAN_SPEED_NORMAL

string homeassistant.components.romy.vacuum.FAN_SPEED_NORMAL = "normal"

Definition at line 19 of file vacuum.py.

◆ FAN_SPEED_SILENT

string homeassistant.components.romy.vacuum.FAN_SPEED_SILENT = "silent"

Definition at line 20 of file vacuum.py.

◆ FAN_SPEED_SUPER_SILENT

string homeassistant.components.romy.vacuum.FAN_SPEED_SUPER_SILENT = "super_silent"

Definition at line 22 of file vacuum.py.

◆ SUPPORT_ROMY_ROBOT

tuple homeassistant.components.romy.vacuum.SUPPORT_ROMY_ROBOT
Initial value:
1 = (
2  VacuumEntityFeature.BATTERY
3  | VacuumEntityFeature.RETURN_HOME
4  | VacuumEntityFeature.STATE
5  | VacuumEntityFeature.START
6  | VacuumEntityFeature.STOP
7  | VacuumEntityFeature.FAN_SPEED
8 )

Definition at line 37 of file vacuum.py.