mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02: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:
@@ -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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user