mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Remove excessive newlines from envisalink strings (#136194)
Remove excessive newline codes from user-facing strings Delete two occurrences of `\n.` from the strings.json file.
This commit is contained in:
parent
b9537466fd
commit
6130c2f676
@ -16,11 +16,11 @@
|
|||||||
},
|
},
|
||||||
"invoke_custom_function": {
|
"invoke_custom_function": {
|
||||||
"name": "Invoke custom function",
|
"name": "Invoke custom function",
|
||||||
"description": "Allows users with DSC panels to trigger a PGM output (1-4). Note that you need to specify the alarm panel's \"code\" parameter for this to work.\n.",
|
"description": "Allows users with DSC panels to trigger a PGM output (1-4). Note that you need to specify the alarm panel's \"code\" parameter for this to work.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"partition": {
|
"partition": {
|
||||||
"name": "Partition",
|
"name": "Partition",
|
||||||
"description": "The alarm panel partition to trigger the PGM output on. Typically this is just \"1\".\n."
|
"description": "The alarm panel partition to trigger the PGM output on. Typically this is just \"1\"."
|
||||||
},
|
},
|
||||||
"pgm": {
|
"pgm": {
|
||||||
"name": "PGM",
|
"name": "PGM",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user