mirror of
https://github.com/esphome/esphome.git
synced 2026-05-25 10:26:10 +08:00
[climate] Fix MQTT target_temperature_low_state_topic calling wrong setter (#15376)
This commit is contained in:
@@ -400,7 +400,7 @@ async def setup_climate_core_(var, config):
|
||||
)
|
||||
) is not None:
|
||||
cg.add(
|
||||
mqtt_.set_custom_target_temperature_state_topic(
|
||||
mqtt_.set_custom_target_temperature_low_state_topic(
|
||||
target_temperature_low_state_topic
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user