Skip to content

Commit

Permalink
Update to meet changes introduced in HA v 0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
SebuZet authored Mar 3, 2019
1 parent 37ee6d3 commit adf44a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 \<HASS configuration folder\>/custom_component/climate/
2. download cert file to \<HASS configuration folder\>/custom_component/climate/
2. download all files to folder \<HASS configuration folder\>/custom_components/samsungrac/
3. add configuration section to you configuration.yaml file:

Configuration params:
Expand All @@ -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
Expand Down

0 comments on commit adf44a1

Please sign in to comment.