1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/update/strings.json
2022-04-06 08:50:21 -07:00

11 lines
265 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"
}
}
}