Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.neato.const
 

Variables

dictionary homeassistant.components.neato.const.ACTION
 
dictionary homeassistant.components.neato.const.ALERTS
 
string homeassistant.components.neato.const.CONF_VENDOR = "vendor"
 
dictionary homeassistant.components.neato.const.ERRORS
 
dictionary homeassistant.components.neato.const.MODE = {1: "Eco", 2: "Turbo"}
 
string homeassistant.components.neato.const.NEATO_DOMAIN = "neato"
 
string homeassistant.components.neato.const.NEATO_LOGIN = "neato_login"
 
string homeassistant.components.neato.const.NEATO_MAP_DATA = "neato_map_data"
 
string homeassistant.components.neato.const.NEATO_PERSISTENT_MAPS = "neato_persistent_maps"
 
string homeassistant.components.neato.const.NEATO_ROBOTS = "neato_robots"
 
int homeassistant.components.neato.const.SCAN_INTERVAL_MINUTES = 1