39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"title": "Vacuum",
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_docked": "{entity_name} is docked",
|
|
"is_cleaning": "{entity_name} is cleaning"
|
|
},
|
|
"trigger_type": {
|
|
"cleaning": "{entity_name} started cleaning",
|
|
"docked": "{entity_name} docked"
|
|
},
|
|
"action_type": {
|
|
"clean": "Let {entity_name} clean",
|
|
"dock": "Let {entity_name} return to the dock"
|
|
}
|
|
},
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::vacuum::title%]",
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"platform_integration_no_support": {
|
|
"title": "[%key:common::issues::platform_integration_no_support_title%]",
|
|
"description": "[%key:common::issues::platform_integration_no_support_description%]"
|
|
}
|
|
}
|
|
}
|