mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Correct typo for mqtt climate (#27670)
This commit is contained in:
parent
5cfa3eb556
commit
a06a00849e
@ -88,7 +88,7 @@ current_humidity_template:
|
||||
required: false
|
||||
type: template
|
||||
current_humidity_topic:
|
||||
description: The MQTT topic on which to listen for the current humidity. A `"None"` value received will reset the current temperature. Empty values (`'''`) will be ignored.
|
||||
description: The MQTT topic on which to listen for the current humidity. A `"None"` value received will reset the current humidity. Empty values (`'''`) will be ignored.
|
||||
required: false
|
||||
type: string
|
||||
current_temperature_template:
|
||||
@ -96,7 +96,7 @@ current_temperature_template:
|
||||
required: false
|
||||
type: template
|
||||
current_temperature_topic:
|
||||
description: The MQTT topic on which to listen for the current temperature. A `"None"` value received will reset the current humidity. Empty values (`'''`) will be ignored.
|
||||
description: The MQTT topic on which to listen for the current temperature. A `"None"` value received will reset the current temperature. Empty values (`'''`) will be ignored.
|
||||
required: false
|
||||
type: string
|
||||
device:
|
||||
|
Loading…
x
Reference in New Issue
Block a user