Files
core/homeassistant/components/vacuum/strings.json

39 lines
1.3 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": {
"deprecated_vacuum_base_class": {
"title": "The {platform} custom integration is using deprecated vacuum feature",
"description": "The custom integration `{platform}` is extending the deprecated base class `VacuumEntity` instead of `StateVacuumEntity`.\n\nPlease report it to the author of the `{platform}` custom integration.\n\nOnce an updated version of `{platform}` is available, install it and restart Home Assistant to fix this issue."
}
}
}