mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Add state translations for Siren entities (#89994)
This commit is contained in:
parent
fe49861e26
commit
23f136e9d6
@ -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…
x
Reference in New Issue
Block a user