Go to the source code of this file.
Classes | |
| class | homeassistant.components.template.vacuum.TemplateVacuum |
Namespaces | |
| homeassistant.components.template.vacuum | |
Functions | |
| def | homeassistant.components.template.vacuum._async_create_entities (hass, config) |
| None | homeassistant.components.template.vacuum.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.template.vacuum._LOGGER = logging.getLogger(__name__) | |
| list | homeassistant.components.template.vacuum._VALID_STATES |
| string | homeassistant.components.template.vacuum.CONF_BATTERY_LEVEL_TEMPLATE = "battery_level_template" |
| string | homeassistant.components.template.vacuum.CONF_FAN_SPEED_LIST = "fan_speeds" |
| string | homeassistant.components.template.vacuum.CONF_FAN_SPEED_TEMPLATE = "fan_speed_template" |
| string | homeassistant.components.template.vacuum.CONF_VACUUMS = "vacuums" |
| string | homeassistant.components.template.vacuum.ENTITY_ID_FORMAT = VACUUM_DOMAIN + ".{}" |
| homeassistant.components.template.vacuum.PLATFORM_SCHEMA | |
| homeassistant.components.template.vacuum.VACUUM_SCHEMA | |