mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
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:
parent
a4decabf3b
commit
24293c5bfe
@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user