mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Use the right name
This commit is contained in:
parent
1dbf8e9993
commit
adead41aae
@ -1,21 +0,0 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Owntrack device tracker"
|
||||
description: "Instructions how to use Owntrack to track devices in Home Assistant."
|
||||
date: 2015-09-22 07:00
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/owntrack.png' class='brand pull-right' />
|
||||
This platform allows you to detect presence by monitoring MQTT topics uses by [Owntrack](http://owntracks.org/) for new locations.
|
||||
|
||||
To integrate Owntrack in Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
platform: owntracks
|
||||
```
|
21
source/components/device_tracker.owntracks.markdown
Normal file
21
source/components/device_tracker.owntracks.markdown
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Owntracks device tracker"
|
||||
description: "Instructions how to use Owntracks to track devices in Home Assistant."
|
||||
date: 2015-09-22 07:00
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/owntracks.png' class='brand pull-right' />
|
||||
This platform allows you to detect presence by monitoring MQTT topics uses by [Owntracks](http://owntracks.org/) for new locations.
|
||||
|
||||
To integrate Owntracks in Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
device_tracker:
|
||||
platform: owntracks
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user