From 26f61d2ded7fb4a2e27c0c34f04939391ca18b89 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 15 Nov 2022 19:19:38 -0500 Subject: [PATCH] Temp disable of Midea AC component The integration is reporting set temperatures of over a million degrees, and is still reporting available even though the A/C has been put away for the winter. As I can't test without the A/C, I will most likely revisit this in the spring. --- configuration.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 3c82d7b..c3df28b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -60,12 +60,12 @@ rest_command: downloader: download_dir: downloads -climate: - - platform: midea_ac - host: 192.168.1.140 - id: !secret master_bedroom_ac_id - token: !secret master_bedroom_ac_token - k1: !secret master_bedroom_ac_key +# climate: +# - platform: midea_ac +# host: 192.168.1.140 +# id: !secret master_bedroom_ac_id +# token: !secret master_bedroom_ac_token +# k1: !secret master_bedroom_ac_key recorder: db_url: !secret mariadb_url