mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add a line about the config file
This commit is contained in:
parent
a23dbcce7d
commit
d71a30d7b3
@ -22,6 +22,8 @@ Supported devices (tested):
|
|||||||
This device tracker needs telnet to be enabled on the router.
|
This device tracker needs telnet to be enabled on the router.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -22,6 +22,8 @@ Supported devices (tested):
|
|||||||
This device tracker needs telnet to be enabled on the router.
|
This device tracker needs telnet to be enabled on the router.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -21,6 +21,8 @@ Before this scanner can be used you have to install the luci RPC package on Open
|
|||||||
opkg install luci-mod-rpc
|
opkg install luci-mod-rpc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -14,6 +14,8 @@ ha_category: Presence Detection
|
|||||||
|
|
||||||
This platform allows you to detect presence by monitoring an MQTT topic for new locations. To use this platform, you specify a unique topic for each device.
|
This platform allows you to detect presence by monitoring an MQTT topic for new locations. To use this platform, you specify a unique topic for each device.
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -14,6 +14,8 @@ ha_category: Presence Detection
|
|||||||
|
|
||||||
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
|
This platform allows you to detect presence by looking at connected devices to a [Netgear](http://www.netgear.com/) device.
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -16,6 +16,8 @@ As an alternative to the router-based device tracking, it is possible to directl
|
|||||||
|
|
||||||
If you're on Debian or Ubuntu, you might have to install the packages for arp and nmap. Do so by running `apt-get install net-tools nmap`.
|
If you're on Debian or Ubuntu, you might have to install the packages for arp and nmap. Do so by running `apt-get install net-tools nmap`.
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -16,6 +16,8 @@ Thomson produced networking equipment (under the brand name SpeedTouch) till 201
|
|||||||
|
|
||||||
This platform allows you to detect presence by looking at connected devices to a [Thomson](http://www.technicolor.com) device.
|
This platform allows you to detect presence by looking at connected devices to a [Thomson](http://www.technicolor.com) device.
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
@ -13,6 +13,8 @@ ha_category: Presence Detection
|
|||||||
|
|
||||||
Tomato requires an extra config variable called `http_id`. The value can be obtained by logging in to the Tomato admin interface and search for `http_id` in the page source code.
|
Tomato requires an extra config variable called `http_id`. The value can be obtained by logging in to the Tomato admin interface and search for `http_id` in the page source code.
|
||||||
|
|
||||||
|
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
device_tracker:
|
device_tracker:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user