You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"already_exists": "A camera with these URL settings already exists.",
7
8
"unable_still_load": "Unable to load valid image from still image URL (e.g. invalid host, URL or authentication failure). Review log for more info.",
8
9
"unable_still_load_auth": "Unable to load valid image from still image URL: The camera may require a user name and password, or they are not correct.",
Copy file name to clipboardexpand all lines: homeassistant/components/generic_thermostat/strings.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"config": {
4
4
"step": {
5
5
"user": {
6
-
"title": "Add generic thermostat helper",
6
+
"title": "Add generic thermostat",
7
7
"description": "Create a climate entity that controls the temperature via a switch and sensor.",
8
8
"data": {
9
9
"ac_mode": "Cooling mode",
@@ -17,8 +17,8 @@
17
17
"data_description": {
18
18
"ac_mode": "Set the actuator specified to be treated as a cooling device instead of a heating device.",
19
19
"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.",
22
22
"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.",
23
23
"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."
0 commit comments