mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Improve siren action naming consistency (#166399)
This commit is contained in:
@@ -58,15 +58,15 @@
|
||||
},
|
||||
"services": {
|
||||
"toggle": {
|
||||
"description": "Toggles the siren on/off.",
|
||||
"name": "[%key:common::action::toggle%]"
|
||||
"description": "Toggles a siren on/off.",
|
||||
"name": "Toggle siren"
|
||||
},
|
||||
"turn_off": {
|
||||
"description": "Turns the siren off.",
|
||||
"name": "[%key:common::action::turn_off%]"
|
||||
"description": "Turns off a siren.",
|
||||
"name": "Turn off siren"
|
||||
},
|
||||
"turn_on": {
|
||||
"description": "Turns the siren on.",
|
||||
"description": "Turns on a siren.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
"description": "Number of seconds the sound is played. Must be supported by the integration.",
|
||||
@@ -81,7 +81,7 @@
|
||||
"name": "Volume"
|
||||
}
|
||||
},
|
||||
"name": "[%key:common::action::turn_on%]"
|
||||
"name": "Turn on siren"
|
||||
}
|
||||
},
|
||||
"title": "Siren",
|
||||
|
||||
Reference in New Issue
Block a user