Skip to content

Commit 237f543

Browse files
vanbalkenfrenck
andauthored
Add documentation for the Arris TG2492LG router (#11807)
* Add documentation for the Arris TG2492LG router * ✏️ Small tweak + set HA release Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 66e6f78 commit 237f543

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Arris TG2492LG
3+
description: Instructions on how to integrate Arris TG2492LG routers into Home Assistant.
4+
logo: arris.jpg
5+
ha_category:
6+
- Presence Detection
7+
ha_release: 0.109
8+
---
9+
10+
This platform allows you to detect presence by looking at connected devices to an Arris TG2492LG router.
11+
12+
This is one of the routers provided by [Ziggo](https://www.ziggo.nl/), a cable operator in the Netherlands, to their customers as the Ziggo Connectbox.
13+
14+
<div class='note warning'>
15+
The router prevents the admin user from logging in twice. This can cause problems with accessing the router's configuration pages while this platform is active.
16+
</div>
17+
18+
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
device_tracker:
23+
- platform: arris_tg2492lg
24+
password: YOUR_ADMIN_PASSWORD
25+
```
26+
27+
{% configuration %}
28+
host:
29+
description: The IP address of your router. The default value is `192.168.178.1`.
30+
required: false
31+
type: string
32+
password:
33+
description: The password for your admin account.
34+
required: true
35+
type: string
36+
{% endconfiguration %}
37+
38+
See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.
29.2 KB
Loading

0 commit comments

Comments
 (0)