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

29 lines
787 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"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "Cleaning",
"docked": "Docked",
"error": "Error",
"idle": "Idle",
"off": "Off",
"on": "On",
"paused": "Paused",
"returning": "Returning to dock"
}
},
2020-04-16 20:00:10 +00:00
"title": "Vacuum"
2019-11-08 00:32:12 +00:00
}