-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from marciogranzotto/main
Add support for HACS installation
- Loading branch information
Showing
2 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,32 @@ | ||
# smartthings | ||
# SmartThings Custom | ||
A fork of the Home Assistant SmartThings Integration. This adds better support for Samsung OCF Air Conditioners. | ||
|
||
Fixed features: | ||
## Fixed features: | ||
- AC Humidity | ||
- AC Power consumption | ||
- AC fan only mode | ||
- Audio volume | ||
|
||
Added features: | ||
## Added features: | ||
- AC Preset modes | ||
- AC Fan swing modes | ||
- AC Dust Filter: Reset and Capacity select | ||
- AC Light | ||
- AC Temperature Min, Max and step (mine has a step of 1 deg this is a fixed value) | ||
- AC Auto cleaning mode | ||
|
||
Installation: | ||
- Copy to custom_components\smartthings folder and enjoy. | ||
## Installation: | ||
### HACS | ||
- Add `https://github.com/veista/smartthings` as a Custom Repository | ||
- Install `SmartThings Custom` from the Integrations tab | ||
- Restart Home Assistant | ||
- Enjoy! | ||
|
||
Notes: | ||
### Manually | ||
- Copy to custom_components\smartthings folder | ||
- Restart Home Assistant | ||
- Enjoy! | ||
|
||
## Notes: | ||
- The only capability I omitted from my own AC is Motion Sensor Saver. At this time I have no use for this feature. | ||
- Tested with Samsung AC AR12TXCACWKNEE ARTIK051_PRAC_20K |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"name": "SmartThings Custom", | ||
"domains": ["binary_sensor","climate", "cover", "fan", "light", "lock", "select", "sensor", "switch"], | ||
"homeassistant": "2021.11.3", | ||
"render_readme": true, | ||
"content_in_root": true, | ||
"iot_class": "cloud_push" | ||
} |