-
Notifications
You must be signed in to change notification settings - Fork 28
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
Zach Cheatham
committed
Aug 14, 2022
1 parent
acb439b
commit 20684bc
Showing
2 changed files
with
27 additions
and
22 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,18 +1,23 @@ | ||
# Home Assistant TP-Link Omada Integration | ||
Adds Omada Controller support to Home assistant. | ||
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration) | ||
|
||
# Features | ||
- Device tracker | ||
- Omada client attributes | ||
- SSID filter | ||
Adds Omada SDN Controller support to Home assistant. This integration requires [HACS](https://hacs.xyz). | ||
|
||
## Needed Features | ||
- Sensors of Controller Stats | ||
- Wired clients | ||
## Features | ||
|
||
- Device tracker for WLAN clients | ||
- Device and client attributes and sensors. | ||
- SSID filter. | ||
|
||
## Planned Features | ||
|
||
- Additional sensors. | ||
- Switches for toggling Omada settings. | ||
- Client filters | ||
- Likely more | ||
- Support for additional hardware such as switches and routers. | ||
|
||
## Installation | ||
|
||
# Installation | ||
- Add repository to HACS | ||
- Install | ||
- Add integration via UI | ||
- [Add this custom repository to HACS](https://hacs.xyz/docs/faq/custom_repositories) | ||
- Install via HACS UI | ||
- Add and configure integration via Home Assistant |
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,15 +1,15 @@ | ||
# Home Assistant TP-Link Omada Integration | ||
|
||
Adds Omada Controller support to Home assistant. | ||
Adds Omada SDN Controller support to Home assistant. This integration requires [HACS](https://hacs.xyz). | ||
|
||
## Features | ||
|
||
- Device tracker | ||
- Omada client attributes | ||
- SSID filter | ||
- Device tracker for WLAN clients | ||
- Device and client attributes and sensors. | ||
- SSID filter. | ||
|
||
## Installation | ||
## Planned Features | ||
|
||
1) Add repository to HACS as an integration | ||
2) Install addon | ||
3) Configure in Home Assistant's Integration Settings | ||
- Additional sensors. | ||
- Switches for toggling Omada settings. | ||
- Client filters | ||
- Support for additional hardware such as switches and routers. |