Skip to content

Commit

Permalink
Merge pull request #1 from marciogranzotto/main
Browse files Browse the repository at this point in the history
Add support for HACS installation
  • Loading branch information
veista authored Nov 14, 2021
2 parents a9ed6fc + 14a6e57 commit 1f77782
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
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
8 changes: 8 additions & 0 deletions hacs.json
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"
}

0 comments on commit 1f77782

Please sign in to comment.