mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add strings to alert integration (#83926)
This commit is contained in:
parent
360f36eb71
commit
3d7a3afca7
10
homeassistant/components/alert/strings.json
Normal file
10
homeassistant/components/alert/strings.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"title": "Alert",
|
||||||
|
"state": {
|
||||||
|
"_": {
|
||||||
|
"idle": "[%key:common::state::idle%]",
|
||||||
|
"off": "Acknowledged",
|
||||||
|
"on": "[%key:common::state::active%]"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -154,7 +154,6 @@
|
|||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"name": "Alert",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
@ -6414,6 +6413,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"translated_name": [
|
"translated_name": [
|
||||||
|
"alert",
|
||||||
"aurora",
|
"aurora",
|
||||||
"cert_expiry",
|
"cert_expiry",
|
||||||
"cpuspeed",
|
"cpuspeed",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user