From adf44a1a346714f031c35ea5a39b44f3c9b083f1 Mon Sep 17 00:00:00 2001 From: SebuZet <39659949+SebuZet@users.noreply.github.com> Date: Sun, 3 Mar 2019 22:11:28 +0100 Subject: [PATCH] Update to meet changes introduced in HA v 0.89 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a980c8..bdb26d7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Samsung AC device for Home Assistant My implementation of ClimateDevice for controlling Samsung AC unit +## WARNING +Home Assistant (v. 0.89) introduced many changes in components file structure. Since version 1.1.0 this component requires HA in version >= 0.89. + ## Configuration 1. get your device token ([this](https://community.home-assistant.io/t/samsung-ac/11747/5) is a good place to start) -1. download file samsungrac.py to \/custom_component/climate/ -2. download cert file to \/custom_component/climate/ +2. download all files to folder \/custom_components/samsungrac/ 3. add configuration section to you configuration.yaml file: Configuration params: @@ -24,7 +26,7 @@ climate: - platform: samsungrac host: https://192.178.1.200:8888 access_token: axdbYtrsdf - cert_file: /config/ac14k_m.pem + cert_file: /config/custom_components/samsungrac/ac14k_m.pem ``` ## Functionality * turn device on and off