core/homeassistant/components/siren/strings.json

18 lines
342 B
JSON

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