Correct typo for mqtt climate (#27670)

This commit is contained in:
Jan Bouwhuis 2023-06-06 19:32:45 +02:00 committed by GitHub
parent 5cfa3eb556
commit a06a00849e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: