core/homeassistant/components/update/strings.json

25 lines
647 B
JSON

{
"title": "Update",
"device_automation": {
"trigger_type": {
"changed_states": "{entity_name} update availability changed",
"turned_on": "{entity_name} got an update available",
"turned_off": "{entity_name} became up-to-date"
}
},
"entity_component": {
"_": {
"name": "[%key:component::update::title%]"
},
"firmware": {
"name": "Firmware"
}
},
"issues": {
"platform_integration_no_support": {
"title": "[%key:common::issues::platform_integration_no_support_title%]",
"description": "[%key:common::issues::platform_integration_no_support_description%]"
}
}
}