This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assumes you have a topic structure like: heatpump/<room> and heatpump/<room>/set | |
# E.g. heatpump/bedroom, heatpump/bedroom/set, heatpump/office, heatpump/office/set | |
# | |
# Configure the MQTT HVAC climate platforms (Example for master bedroom, office and nursery. Change to suit.): | |
climate: | |
- <<: &mitsu_platform | |
platform: mqtt | |
modes: | |
- "off" |