From adead41aaec8c5abc527490019b0b9c392b0fb11 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Sep 2015 17:43:51 +0200 Subject: [PATCH] Use the right name --- .../device_tracker.owntrack.markdown | 21 ------------------- .../device_tracker.owntracks.markdown | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 source/components/device_tracker.owntrack.markdown create mode 100644 source/components/device_tracker.owntracks.markdown diff --git a/source/components/device_tracker.owntrack.markdown b/source/components/device_tracker.owntrack.markdown deleted file mode 100644 index 39f055f8495..00000000000 --- a/source/components/device_tracker.owntrack.markdown +++ /dev/null @@ -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 ---- - - -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 -``` diff --git a/source/components/device_tracker.owntracks.markdown b/source/components/device_tracker.owntracks.markdown new file mode 100644 index 00000000000..e2838c3ebe1 --- /dev/null +++ b/source/components/device_tracker.owntracks.markdown @@ -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 +--- + + +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 +```