Skip to content

Commit 61e9fd9

Browse files
Sebastian ZaorskiSebastian Zaorski
authored andcommitted
First try to add support for HACS -
#7
1 parent f84db5c commit 61e9fd9

16 files changed

+19
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ At this moment it is configured to work with:
99
Support for any unit working with REST API can be easily added via YAML configuration file.
1010

1111
## Installation
12-
1. Create folder <ha_configuration_folder>/custom_components/__climate_ip__
13-
2. Download all files from repo to newly created folder
12+
1. Download all files from repo to newly created folder
13+
2. move folder custom_components/climate_ip to your <ha_configuration_folder>
1414
3. In __configuration.yaml__ file add section:
1515
* For new generation units (REST API, port 8888)
1616
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"domain": "climate_ip",
3+
"name": "Climate IP",
4+
"documentation": "https://github.com/SebuZet/samsungrac",
5+
"dependencies": [],
6+
"config_flow": false,
7+
"codeowners": [
8+
"@SebuZet"
9+
],
10+
"requirements": [
11+
"requests>=2.21.0",
12+
"xmljson>=0.2.0"
13+
],
14+
"homeassistant": "0.89.0"
15+
}

0 commit comments

Comments
 (0)