Skip to content

Commit d7f41ff

Browse files
Update generic thermostat strings for clarity and accuracy (#130243)
1 parent de5437f commit d7f41ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/generic_thermostat/strings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"step": {
55
"user": {
6-
"title": "Add generic thermostat helper",
6+
"title": "Add generic thermostat",
77
"description": "Create a climate entity that controls the temperature via a switch and sensor.",
88
"data": {
99
"ac_mode": "Cooling mode",
@@ -17,8 +17,8 @@
1717
"data_description": {
1818
"ac_mode": "Set the actuator specified to be treated as a cooling device instead of a heating device.",
1919
"heater": "Switch entity used to cool or heat depending on A/C mode.",
20-
"target_sensor": "Temperature sensor that reflect the current temperature.",
21-
"min_cycle_duration": "Set a minimum amount of time that the switch specified must be in its current state prior to being switched either off or on. This option will be ignored if the keep alive option is set.",
20+
"target_sensor": "Temperature sensor that reflects the current temperature.",
21+
"min_cycle_duration": "Set a minimum amount of time that the switch specified must be in its current state prior to being switched either off or on.",
2222
"cold_tolerance": "Minimum amount of difference between the temperature read by the temperature sensor the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor equals or goes below 24.5.",
2323
"hot_tolerance": "Minimum amount of difference between the temperature read by the temperature sensor the target temperature that must change prior to being switched off. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will stop when the sensor equals or goes above 25.5."
2424
}

0 commit comments

Comments
 (0)