mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Add configuration for climate topics (#2473)
This commit is contained in:
@@ -1642,6 +1642,22 @@ climate:
|
||||
sensor: ${sensorname}_sensor
|
||||
- platform: tcl112
|
||||
name: TCL112 Climate
|
||||
action_state_topic: action/state/topic
|
||||
away_command_topic: away/command/topic
|
||||
away_state_topic: away/state/topic
|
||||
current_temperature_state_topic: current/temperature/state/topic
|
||||
fan_mode_command_topic: fan_mode/mode/command/topic
|
||||
fan_mode_state_topic: fan_mode/mode/state/topic
|
||||
mode_command_topic: mode/command/topic
|
||||
mode_state_topic: mode/state/topic
|
||||
swing_mode_command_topic: swing_mode/command/topic
|
||||
swing_mode_state_topic: swing_mode/state/topic
|
||||
target_temperature_command_topic: target/temperature/command/topic
|
||||
target_temperature_high_command_topic: target/temperature/high/command/topic
|
||||
target_temperature_high_state_topic: target/temperature/high/state/topic
|
||||
target_temperature_low_command_topic: target/temperature/low/command/topic
|
||||
target_temperature_low_state_topic: target/temperature/low/state/topic
|
||||
target_temperature_state_topic: target/temperature/state/topic
|
||||
- platform: coolix
|
||||
name: Coolix Climate With Sensor
|
||||
supports_heat: True
|
||||
|
||||
Reference in New Issue
Block a user