mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
12 lines
332 B
YAML
12 lines
332 B
YAML
- platform: mqtt
|
|
name: Thermostat
|
|
modes:
|
|
- low
|
|
- manual
|
|
- auto
|
|
mode_state_topic: "home/boiler/thermostat_mode"
|
|
temperature_command_topic: "home/boiler/thermostat_temp"
|
|
temperature_state_topic: "home/boiler/thermostat_seltemp"
|
|
current_temperature_topic: "home/boiler/thermostat_currtemp"
|
|
|