2019-11-07 11:24:58 +00:00
|
|
|
{
|
2020-04-16 18:52:27 +00:00
|
|
|
"title": "Vacuum",
|
2019-11-07 11:24:58 +00:00
|
|
|
"device_automation": {
|
2019-12-16 08:33:11 +00:00
|
|
|
"condition_type": {
|
2019-11-07 15:29:39 +00:00
|
|
|
"is_docked": "{entity_name} is docked",
|
|
|
|
"is_cleaning": "{entity_name} is cleaning"
|
|
|
|
},
|
2019-11-07 12:39:35 +00:00
|
|
|
"trigger_type": {
|
|
|
|
"cleaning": "{entity_name} started cleaning",
|
|
|
|
"docked": "{entity_name} docked"
|
2019-11-07 12:47:26 +00:00
|
|
|
},
|
2019-11-07 11:24:58 +00:00
|
|
|
"action_type": {
|
|
|
|
"clean": "Let {entity_name} clean",
|
|
|
|
"dock": "Let {entity_name} return to the dock"
|
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
},
|
2023-03-16 11:16:08 +00:00
|
|
|
"entity_component": {
|
2020-04-20 23:25:35 +00:00
|
|
|
"_": {
|
2023-03-16 20:10:20 +00:00
|
|
|
"name": "[%key:component::vacuum::title%]",
|
2023-03-16 11:16:08 +00:00
|
|
|
"state": {
|
|
|
|
"cleaning": "Cleaning",
|
|
|
|
"docked": "Docked",
|
|
|
|
"error": "Error",
|
|
|
|
"idle": "[%key:common::state::idle%]",
|
|
|
|
"off": "[%key:common::state::off%]",
|
|
|
|
"on": "[%key:common::state::on%]",
|
|
|
|
"paused": "[%key:common::state::paused%]",
|
|
|
|
"returning": "Returning to dock"
|
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
}
|
2023-05-28 19:53:32 +00:00
|
|
|
},
|
|
|
|
"issues": {
|
|
|
|
"platform_integration_no_support": {
|
|
|
|
"title": "[%key:common::issues::platform_integration_no_support_title%]",
|
|
|
|
"description": "[%key:common::issues::platform_integration_no_support_description%]"
|
|
|
|
}
|
2019-11-07 11:24:58 +00:00
|
|
|
}
|
|
|
|
}
|