1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-16 21:41:44 +01:00
Files
core/homeassistant/components/siren/strings.json
T
2025-10-28 10:33:10 +01:00

46 lines
1.3 KiB
JSON

{
"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"
}
}
}
},
"services": {
"toggle": {
"description": "Toggles the siren on/off.",
"name": "[%key:common::action::toggle%]"
},
"turn_off": {
"description": "Turns the siren off.",
"name": "[%key:common::action::turn_off%]"
},
"turn_on": {
"description": "Turns the siren on.",
"fields": {
"duration": {
"description": "Number of seconds the sound is played. Must be supported by the integration.",
"name": "Duration"
},
"tone": {
"description": "The tone to emit. When `available_tones` property is a map, either the key or the value can be used. Must be supported by the integration.",
"name": "Tone"
},
"volume_level": {
"description": "The volume. 0 is inaudible, 1 is the maximum volume. Must be supported by the integration.",
"name": "Volume"
}
},
"name": "[%key:common::action::turn_on%]"
}
},
"title": "Siren"
}