Apply suggestions from code review

Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
Jan Bouwhuis 2025-07-27 22:26:46 +02:00 committed by GitHub
parent 2f6416a644
commit 5a5cb6e6dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -386,7 +386,7 @@ temperature_high_command_topic:
required: false
type: string
temperature_high_state_template:
description: A template to render the value received on the `temperature_high_state_topic` with. A `"None"` value received will reset the upper temperature set point. Empty values (`""'`) will be ignored.
description: A template to render the value received on the `temperature_high_state_topic` with. A `"None"` value received will reset the upper temperature setpoint. Empty values (`""'`) will be ignored.
required: false
type: template
temperature_high_state_topic:
@ -402,11 +402,11 @@ temperature_low_command_topic:
required: false
type: string
temperature_low_state_template:
description: A template to render the value received on the `temperature_low_state_topic` with. A `"None"` value received will reset the lower temperature set point. Empty values (`""`) will be ignored.
description: A template to render the value received on the `temperature_low_state_topic` with. A `"None"` value received will reset the lower temperature setpoint. Empty values (`""`) will be ignored.
required: false
type: template
temperature_low_state_topic:
description: The MQTT topic to subscribe for changes in the lower target temperature. If this is not set, the lower target ltemperature works in optimistic mode (see below).
description: The MQTT topic to subscribe for changes in the lower target temperature. If this is not set, the lower target temperature works in optimistic mode (see below).
required: false
type: string
temperature_state_template: