Files
core/homeassistant/components/update/strings.json
Erik Montnemery 86a397720f Move platform_integration_no_support issue to the homeassistant integration (#95927)
* Move platform_integration_no_support issue to the homeassistant integration

* Update test

* Improve repair text

* Update test
2023-07-07 13:31:54 +02:00

19 lines
410 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"
}
}
}