Skip to content

Commit

Permalink
First try to add support for HACS -
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Zaorski authored and Sebastian Zaorski committed Aug 14, 2019
1 parent f84db5c commit 61e9fd9
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ At this moment it is configured to work with:
Support for any unit working with REST API can be easily added via YAML configuration file.

## Installation
1. Create folder <ha_configuration_folder>/custom_components/__climate_ip__
2. Download all files from repo to newly created folder
1. Download all files from repo to newly created folder
2. move folder custom_components/climate_ip to your <ha_configuration_folder>
3. In __configuration.yaml__ file add section:
* For new generation units (REST API, port 8888)
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions custom_components/climate_ip/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"domain": "climate_ip",
"name": "Climate IP",
"documentation": "https://github.com/SebuZet/samsungrac",
"dependencies": [],
"config_flow": false,
"codeowners": [
"@SebuZet"
],
"requirements": [
"requests>=2.21.0",
"xmljson>=0.2.0"
],
"homeassistant": "0.89.0"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
requests
xmljson

0 comments on commit 61e9fd9

Please sign in to comment.