Home Assistant Unofficial Reference 2024.12.1
vacuum.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.demo.vacuum.StateDemoVacuum
 

Namespaces

 homeassistant.components.demo.vacuum
 

Functions

None homeassistant.components.demo.vacuum.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.demo.vacuum.DEMO_VACUUM_BASIC = "2_Second_floor"
 
string homeassistant.components.demo.vacuum.DEMO_VACUUM_COMPLETE = "0_Ground_floor"
 
string homeassistant.components.demo.vacuum.DEMO_VACUUM_MINIMAL = "3_Third_floor"
 
string homeassistant.components.demo.vacuum.DEMO_VACUUM_MOST = "1_First_floor"
 
string homeassistant.components.demo.vacuum.DEMO_VACUUM_NONE = "4_Fourth_floor"
 
list homeassistant.components.demo.vacuum.FAN_SPEEDS = ["min", "medium", "high", "max"]
 
tuple homeassistant.components.demo.vacuum.SUPPORT_ALL_SERVICES
 
tuple homeassistant.components.demo.vacuum.SUPPORT_BASIC_SERVICES
 
 homeassistant.components.demo.vacuum.SUPPORT_MINIMAL_SERVICES = VacuumEntityFeature.TURN_ON | VacuumEntityFeature.TURN_OFF
 
tuple homeassistant.components.demo.vacuum.SUPPORT_MOST_SERVICES