Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.neato.const Namespace Reference

Variables

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

Detailed Description

Constants for Neato integration.

Variable Documentation

◆ ACTION

dictionary homeassistant.components.neato.const.ACTION
Initial value:
1 = {
2  0: "Invalid",
3  1: "House Cleaning",
4  2: "Spot Cleaning",
5  3: "Manual Cleaning",
6  4: "Docking",
7  5: "User Menu Active",
8  6: "Suspended Cleaning",
9  7: "Updating",
10  8: "Copying logs",
11  9: "Recovering Location",
12  10: "IEC test",
13  11: "Map cleaning",
14  12: "Exploring map (creating a persistent map)",
15  13: "Acquiring Persistent Map IDs",
16  14: "Creating & Uploading Map",
17  15: "Suspended Exploration",
18 }

Definition at line 15 of file const.py.

◆ ALERTS

dictionary homeassistant.components.neato.const.ALERTS
Initial value:
1 = {
2  "ui_alert_dust_bin_full": "Please empty dust bin",
3  "ui_alert_recovering_location": "Returning to start",
4  "ui_alert_battery_chargebasecommerr": "Battery error",
5  "ui_alert_busy_charging": "Busy charging",
6  "ui_alert_charging_base": "Base charging",
7  "ui_alert_charging_power": "Charging power",
8  "ui_alert_connect_chrg_cable": "Connect charge cable",
9  "ui_alert_info_thank_you": "Thank you",
10  "ui_alert_invalid": "Invalid check app",
11  "ui_alert_old_error": "Old error",
12  "ui_alert_swupdate_fail": "Update failed",
13  "dustbin_full": "Please empty dust bin",
14  "maint_brush_change": "Change the brush",
15  "maint_filter_change": "Change the filter",
16  "clean_completed_to_start": "Cleaning completed",
17  "nav_floorplan_not_created": "No floorplan found",
18  "nav_floorplan_load_fail": "Failed to load floorplan",
19  "nav_floorplan_localization_fail": "Failed to load floorplan",
20  "clean_incomplete_to_start": "Cleaning incomplete",
21  "log_upload_failed": "Logs failed to upload",
22 }

Definition at line 129 of file const.py.

◆ CONF_VENDOR

string homeassistant.components.neato.const.CONF_VENDOR = "vendor"

Definition at line 5 of file const.py.

◆ ERRORS

dictionary homeassistant.components.neato.const.ERRORS

Definition at line 34 of file const.py.

◆ MODE

dictionary homeassistant.components.neato.const.MODE = {1: "Eco", 2: "Turbo"}

Definition at line 13 of file const.py.

◆ NEATO_DOMAIN

string homeassistant.components.neato.const.NEATO_DOMAIN = "neato"

Definition at line 3 of file const.py.

◆ NEATO_LOGIN

string homeassistant.components.neato.const.NEATO_LOGIN = "neato_login"

Definition at line 6 of file const.py.

◆ NEATO_MAP_DATA

string homeassistant.components.neato.const.NEATO_MAP_DATA = "neato_map_data"

Definition at line 7 of file const.py.

◆ NEATO_PERSISTENT_MAPS

string homeassistant.components.neato.const.NEATO_PERSISTENT_MAPS = "neato_persistent_maps"

Definition at line 8 of file const.py.

◆ NEATO_ROBOTS

string homeassistant.components.neato.const.NEATO_ROBOTS = "neato_robots"

Definition at line 9 of file const.py.

◆ SCAN_INTERVAL_MINUTES

int homeassistant.components.neato.const.SCAN_INTERVAL_MINUTES = 1

Definition at line 11 of file const.py.