From 894641809c9bee4f511e22e28795c905ff4e9c0e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 13 Jun 2022 19:42:31 -0400 Subject: [PATCH] Added new smart air conditioner --- configuration.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 84d91ec..104191a 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -67,4 +67,11 @@ rest_command: content_type: 'application/x-www-form-urlencoded' downloader: - download_dir: downloads \ No newline at end of file + download_dir: downloads + +climate: + - platform: midea_ac + host: 192.168.1.168 + id: !secret master_bedroom_ac_id + token: !secret master_bedroom_ac_token + k1: !secret master_bedroom_ac_key \ No newline at end of file