Remove "true" / "false" from field descriptions in osoenergy (#138267)

Make two fields descriptions UI-friendly as there is now a toggle to turn the options on or off.
This commit is contained in:
Norbert Rittel 2025-02-11 11:35:13 +01:00 committed by GitHub
parent a4decabf3b
commit 24293c5bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,7 +215,7 @@
"fields": { "fields": {
"until_temp_limit": { "until_temp_limit": {
"name": "Until temperature limit", "name": "Until temperature limit",
"description": "Choose if heating should be off until min temperature (True) is reached or for one hour (False)" "description": "Whether heating should be off until the minimum temperature is reached instead of for one hour."
} }
} }
}, },
@ -225,7 +225,7 @@
"fields": { "fields": {
"until_temp_limit": { "until_temp_limit": {
"name": "Until temperature limit", "name": "Until temperature limit",
"description": "Choose if heating should be on until max temperature (True) is reached or for one hour (False)" "description": "Whether heating should be on until the maximum temperature is reached instead of for one hour."
} }
} }
} }