Skip to content

Commit 207e2f6

Browse files
authored
Fix KNX strings for UI entity creation (home-assistant#151053)
1 parent 9e204cd commit 207e2f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

homeassistant/components/knx/strings.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
},
405405
"context_timeout": {
406406
"label": "Context timeout",
407-
"description": "The time in seconds between multiple identical telegram payloads would count towards an internal counter. This can be used to automate on mulit-clicks of a button. `0` to disable this feature."
407+
"description": "The time in seconds between multiple identical telegram payloads would count towards an internal counter. This can be used to automate on multi-clicks of a button. `0` to disable this feature."
408408
},
409409
"reset_after": {
410410
"label": "Reset after",
@@ -444,7 +444,7 @@
444444
"label": "Set position"
445445
},
446446
"ga_position_state": {
447-
"label": "Current Position"
447+
"label": "Current position"
448448
},
449449
"invert_position": {
450450
"label": "Invert",
@@ -537,7 +537,7 @@
537537
},
538538
"section_red": {
539539
"title": "Red",
540-
"description": "Control the lights red color. Brightness group address is required."
540+
"description": "Controls the light's red color component. Brightness group address is required."
541541
},
542542
"ga_red_switch": {
543543
"label": "Red switch"
@@ -547,7 +547,7 @@
547547
},
548548
"section_green": {
549549
"title": "Green",
550-
"description": "Control the lights green color. Brightness group address is required."
550+
"description": "Controls the light's green color component. Brightness group address is required."
551551
},
552552
"ga_green_switch": {
553553
"label": "Green switch"
@@ -557,7 +557,7 @@
557557
},
558558
"section_blue": {
559559
"title": "Blue",
560-
"description": "Control the lights blue color. Brightness group address is required."
560+
"description": "Controls the light's blue color component. Brightness group address is required."
561561
},
562562
"ga_blue_switch": {
563563
"label": "Blue switch"
@@ -567,7 +567,7 @@
567567
},
568568
"section_white": {
569569
"title": "White",
570-
"description": "Control the lights white color. Brightness group address is required."
570+
"description": "Controls the light's white color component. Brightness group address is required."
571571
},
572572
"ga_white_switch": {
573573
"label": "White switch"
@@ -577,11 +577,11 @@
577577
},
578578
"ga_hue": {
579579
"label": "Hue",
580-
"description": "Control the lights hue."
580+
"description": "Controls the light's hue."
581581
},
582582
"ga_saturation": {
583583
"label": "Saturation",
584-
"description": "Control the lights saturation."
584+
"description": "Controls the light's saturation."
585585
}
586586
}
587587
}

0 commit comments

Comments
 (0)