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

16 lines
464 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"clean": "Let {entity_name} clean",
"dock": "Let {entity_name} return to the dock"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-08 00:32:12 +00:00
"is_cleaning": "{entity_name} is cleaning",
"is_docked": "{entity_name} is docked"
},
"trigger_type": {
"cleaning": "{entity_name} started cleaning",
"docked": "{entity_name} docked"
}
}
}