Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81fa49 commit 3190dfcCopy full SHA for 3190dfc
source/_integrations/climate.mqtt.markdown
@@ -201,7 +201,7 @@ json_attributes_topic:
201
required: false
202
type: string
203
max_humidity:
204
- description: The minimum target humidity percentage that can be set.
+ description: The maximum target humidity percentage that can be set.
205
206
type: float
207
default: 99
@@ -210,7 +210,7 @@ max_temp:
210
211
212
min_humidity:
213
- description: The maximum target humidity percentage that can be set.
+ description: The minimum target humidity percentage that can be set.
214
215
216
default: 30
0 commit comments