mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Update climate.mqtt: Fix max_humidity/min_humidity description (#41612)
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
This commit is contained in:
parent
a81fa4978b
commit
3190dfca9a
@ -201,7 +201,7 @@ json_attributes_topic:
|
||||
required: false
|
||||
type: string
|
||||
max_humidity:
|
||||
description: The minimum target humidity percentage that can be set.
|
||||
description: The maximum target humidity percentage that can be set.
|
||||
required: false
|
||||
type: float
|
||||
default: 99
|
||||
@ -210,7 +210,7 @@ max_temp:
|
||||
type: float
|
||||
required: false
|
||||
min_humidity:
|
||||
description: The maximum target humidity percentage that can be set.
|
||||
description: The minimum target humidity percentage that can be set.
|
||||
required: false
|
||||
type: float
|
||||
default: 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user