Add state translations for Siren entities (#89994)

This commit is contained in:
Franck Nijhof 2023-03-21 09:16:32 +01:00 committed by GitHub
parent fe49861e26
commit 23f136e9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
}
}
}
}