Add translations for Counter (#89989)

This commit is contained in:
Franck Nijhof 2023-03-21 18:41:27 +01:00 committed by GitHub
parent 616e6e6ae8
commit ed4e49a4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,29 @@
{
"title": "Counter",
"entity_component": {
"_": {
"name": "[%key:component::counter::title%]",
"state_attributes": {
"editable": {
"name": "UI-managed",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"initial": {
"name": "Initial value"
},
"maximum": {
"name": "Maximum"
},
"minimum": {
"name": "Minimum"
},
"step": {
"name": "Step"
}
}
}
}
}

View File

@ -6490,7 +6490,6 @@
}, },
"helper": { "helper": {
"counter": { "counter": {
"name": "Counter",
"integration_type": "helper", "integration_type": "helper",
"config_flow": false "config_flow": false
}, },
@ -6573,6 +6572,7 @@
"alert", "alert",
"aurora", "aurora",
"cert_expiry", "cert_expiry",
"counter",
"cpuspeed", "cpuspeed",
"demo", "demo",
"derivative", "derivative",