Skip to content

Commit 2453e7e

Browse files
authored
Improve descriptions of fan_min_on_time in ecobee actions (home-assistant#141086)
Add the explanations from the online docs to the `description` strings of both the `set_fan_min_on_time` action and its `fan_min_on_time` field. Make the `fan_min_on_time` field of the `create_vacation` action consistent by dropping "(0 to 60)" from it (the UI takes care of that). Fix sentence-casing of "Away indefinitely" state.
1 parent 4479b7b commit 2453e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

homeassistant/components/ecobee/strings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"state_attributes": {
2626
"preset_mode": {
2727
"state": {
28-
"away_indefinitely": "Away Indefinitely"
28+
"away_indefinitely": "Away indefinitely"
2929
}
3030
}
3131
}
@@ -91,7 +91,7 @@
9191
},
9292
"fan_min_on_time": {
9393
"name": "Fan minimum on time",
94-
"description": "Minimum number of minutes to run the fan each hour (0 to 60) during the vacation."
94+
"description": "Minimum number of minutes to run the fan each hour during the vacation."
9595
}
9696
}
9797
},
@@ -125,15 +125,15 @@
125125
},
126126
"set_fan_min_on_time": {
127127
"name": "Set fan minimum on time",
128-
"description": "Sets the minimum fan on time.",
128+
"description": "Sets the minimum amount of time that the fan will run per hour.",
129129
"fields": {
130130
"entity_id": {
131131
"name": "Entity",
132132
"description": "[%key:component::ecobee::services::resume_program::fields::entity_id::description%]"
133133
},
134134
"fan_min_on_time": {
135135
"name": "[%key:component::ecobee::services::create_vacation::fields::fan_min_on_time::name%]",
136-
"description": "New value of fan min on time."
136+
"description": "Minimum number of minutes to run the fan each hour."
137137
}
138138
}
139139
},

0 commit comments

Comments
 (0)