Fix KNX strings for UI entity creation (#151053)

This commit is contained in:
Matthias Alphart
2025-08-22 23:43:05 +02:00
committed by GitHub
parent 9e204cd347
commit 207e2f61ea

View File

@@ -404,7 +404,7 @@
}, },
"context_timeout": { "context_timeout": {
"label": "Context timeout", "label": "Context timeout",
"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." "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."
}, },
"reset_after": { "reset_after": {
"label": "Reset after", "label": "Reset after",
@@ -444,7 +444,7 @@
"label": "Set position" "label": "Set position"
}, },
"ga_position_state": { "ga_position_state": {
"label": "Current Position" "label": "Current position"
}, },
"invert_position": { "invert_position": {
"label": "Invert", "label": "Invert",
@@ -537,7 +537,7 @@
}, },
"section_red": { "section_red": {
"title": "Red", "title": "Red",
"description": "Control the lights red color. Brightness group address is required." "description": "Controls the light's red color component. Brightness group address is required."
}, },
"ga_red_switch": { "ga_red_switch": {
"label": "Red switch" "label": "Red switch"
@@ -547,7 +547,7 @@
}, },
"section_green": { "section_green": {
"title": "Green", "title": "Green",
"description": "Control the lights green color. Brightness group address is required." "description": "Controls the light's green color component. Brightness group address is required."
}, },
"ga_green_switch": { "ga_green_switch": {
"label": "Green switch" "label": "Green switch"
@@ -557,7 +557,7 @@
}, },
"section_blue": { "section_blue": {
"title": "Blue", "title": "Blue",
"description": "Control the lights blue color. Brightness group address is required." "description": "Controls the light's blue color component. Brightness group address is required."
}, },
"ga_blue_switch": { "ga_blue_switch": {
"label": "Blue switch" "label": "Blue switch"
@@ -567,7 +567,7 @@
}, },
"section_white": { "section_white": {
"title": "White", "title": "White",
"description": "Control the lights white color. Brightness group address is required." "description": "Controls the light's white color component. Brightness group address is required."
}, },
"ga_white_switch": { "ga_white_switch": {
"label": "White switch" "label": "White switch"
@@ -577,11 +577,11 @@
}, },
"ga_hue": { "ga_hue": {
"label": "Hue", "label": "Hue",
"description": "Control the lights hue." "description": "Controls the light's hue."
}, },
"ga_saturation": { "ga_saturation": {
"label": "Saturation", "label": "Saturation",
"description": "Control the lights saturation." "description": "Controls the light's saturation."
} }
} }
} }