Add state translations for Siren entities (#89994)
This commit is contained in:
parent
fe49861e26
commit
23f136e9d6
1 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
{
|
||||
"title": "Siren"
|
||||
"title": "Siren",
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "[%key:component::siren::title%]",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
},
|
||||
"state_attributes": {
|
||||
"available_tones": {
|
||||
"name": "Available tones"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue