-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Add device tracking support for the Arris TG2492LG router #30972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add device tracking support for the Arris TG2492LG router #30972
Conversation
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
How can I get someone to look at this PR? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left 2 small comments, to me it looks good. However, I'm not highly familiar with device trackers. So another reviewer needs to take a look.
Don't worry about the stale bot, in this case you where awaiting our review and we will pick it up in those cases (just like I do now).
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
✅ Looks good to me! However, needs a second reviewer to verify. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a couple of clean ups.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be merged when build passes.
Worth noting this is a Virgin Media Hub 3 in the UK, just tested this commit locally and it works well. Thank you <3 |
Description:
This pull requests adds support for tracking devices using the Arris TG2492LG router. This is one of the routers provided by Ziggo, a cable operator in the Netherlands, to their customers as the Ziggo Connectbox.
Pull request with documentation for home-assistant.io: home-assistant/home-assistant.io#11807
Example entry for
configuration.yaml
:Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
python3 -m script.hassfest
.requirements_all.txt
by runningpython3 -m script.gen_requirements_all
..coveragerc
.If the code does not interact with devices: