-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 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,2 +1,6 @@ | ||
# homebridge-platform-insteonlocal | ||
Homebridge platform plugin for local Insteon control | ||
|
||
See example config.json for configuration instructions. | ||
|
||
Implements local control of Insteon devices (switches or dimmers only for now) via Homebridge. Devices are not yet auto-discovered and must be defined in config.json (see example). Unfortunately, currently only works with a single device because of the ridiculous way that the Insteon hub provides power/brightness status. Accepting PRs if anyone has a better way to support multiple devices. |