core/homeassistant/components/vacuum/.translations/en.json

16 lines
464 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"
}
}
}