-
Notifications
You must be signed in to change notification settings - Fork 24
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 #56 from Jeruntu/jjo/implement_mbentley_as_submodu…
…le_and_share_common_code Implement mbentley as submodule and share common code
- Loading branch information
Showing
32 changed files
with
289 additions
and
1,287 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
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,3 @@ | ||
[submodule "Omada Dev/mbentley"] | ||
path = Omada Dev/mbentley | ||
url = https://github.com/mbentley/docker-omada-controller.git |
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
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,8 +1,20 @@ | ||
# Home Assistant Omada Add-On | ||
# Home Assistant Omada Add-On Beta | ||
|
||
This add-on brings the Omada Controller directly into Home Assistant running on an 64 bit ARM or a x64 processor. | ||
|
||
Omada Beta contains the most recent port of the [docker-omada-cotroller](https://github.com/mbentley/docker-omada-controller). If you need a more recent version, open an issue, or better submit a pull request. | ||
Omada Beta contains the most recent port of the | ||
[docker-omada-cotroller](https://github.com/mbentley/docker-omada-controller). | ||
If you need a more recent version, open an issue, or better submit a pull request. | ||
|
||
## Contribution | ||
|
||
# Contribution | ||
This add-on is a fork of Matt Bentleys [docker-omada-cotroller](https://github.com/mbentley/docker-omada-controller) and jkunczik [home-assistant-omada](https://github.com/jkunczik/home-assistant-omada) would not have been possible without thier excellent work. Other than in the original docker omada controller, this add-on stores all persistent data in the /data directory, so that it is compatible with Home assistant. This Add-On would not be possible without the effort of other people. Pull requests for version | ||
updates or new features are always more than welcome. Special thanks goes to DraTrav for pushing this Add-On forward! | ||
This add-on is a fork of Matt Bentleys | ||
[docker-omada-cotroller](https://github.com/mbentley/docker-omada-controller), | ||
and jkunczik [home-assistant-omada](https://github.com/jkunczik/home-assistant-omada) | ||
would not have been possible without thier excellent work. | ||
Other than in the original docker omada controller, | ||
this add-on stores all persistent data in the /data directory, | ||
so that it is compatible with Home assistant. | ||
This Add-On would not be possible without the effort of other people. | ||
Pull requests for version updates or new features are always more than welcome. | ||
Special thanks goes to DraTrav for pushing this Add-On forward! |
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
Oops, something went wrong.