--- # https://github.com/geoffdavis/esphome-mitsubishiheatpump substitutions: name: "uwanoo" friendly_name: "Uwanoo" static_ip: 10.18.44.55 packages: board: !include boards/d1_mini.yaml base: !include common/base.yaml ##### # Sync time with Home Assistant. time: - platform: homeassistant id: homeassistant_time # Text sensors with general information. text_sensor: # Expose ESPHome version as sensor. - platform: version name: ${name} ESPHome Version # Expose WiFi information as sensors. - platform: wifi_info ip_address: name: ${name} IP ssid: name: ${name} SSID bssid: name: ${name} BSSID external_components: #- source: github://geoffdavis/esphome-mitsubishiheatpump - source: type: local path: custom_components refresh: 60s components: [mitsubishi_heatpump] climate: - platform: mitsubishi_heatpump name: "${friendly_name}" supports: mode: ["HEAT_COOL", "COOL", "HEAT", "FAN_ONLY"] fan_mode: ["AUTO", "LOW", "MEDIUM", "HIGH"] swing_mode: ["OFF", "VERTICAL", "HORIZONTAL", "BOTH"] horizontal_vane_select: name: Horizontal Vane vertical_vane_select: name: Vertical Vane