29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"clean": "Let {entity_name} clean",
|
|
"dock": "Let {entity_name} return to the dock"
|
|
},
|
|
"condition_type": {
|
|
"is_cleaning": "{entity_name} is cleaning",
|
|
"is_docked": "{entity_name} is docked"
|
|
},
|
|
"trigger_type": {
|
|
"cleaning": "{entity_name} started cleaning",
|
|
"docked": "{entity_name} docked"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"cleaning": "Cleaning",
|
|
"docked": "Docked",
|
|
"error": "Error",
|
|
"idle": "Idle",
|
|
"off": "Off",
|
|
"on": "On",
|
|
"paused": "Paused",
|
|
"returning": "Returning to dock"
|
|
}
|
|
},
|
|
"title": "Vacuum"
|
|
} |