mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +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
|
required: false
|
||||||
type: template
|
type: template
|
||||||
current_humidity_topic:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
current_temperature_template:
|
current_temperature_template:
|
||||||
@ -96,7 +96,7 @@ current_temperature_template:
|
|||||||
required: false
|
required: false
|
||||||
type: template
|
type: template
|
||||||
current_temperature_topic:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
device:
|
device:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user