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

10 lines
296 B
JSON
Raw Normal View History

2022-03-08 00:18:11 +00:00
{
"device_automation": {
"trigger_type": {
"changed_states": "{entity_name} update availability changed",
"turned_off": "{entity_name} became up-to-date",
"turned_on": "{entity_name} got an update available"
}
},
2022-03-08 00:18:11 +00:00
"title": "Update"
}