From 288e6aaefd1bfd2c8049134d9c297de5c65f8ebf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 30 Aug 2015 21:12:37 +0200 Subject: [PATCH] add page for thomson router --- .../device_tracker.thomson.markdown | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/components/device_tracker.thomson.markdown diff --git a/source/components/device_tracker.thomson.markdown b/source/components/device_tracker.thomson.markdown new file mode 100644 index 00000000000..582edf014f0 --- /dev/null +++ b/source/components/device_tracker.thomson.markdown @@ -0,0 +1,25 @@ +--- +layout: page +title: "Thomson support" +description: "Instructions how to integrate Thomson routers into Home Assistant." +date: 2015-08-30 19:00 +sidebar: false +comments: false +sharing: true +footer: true +--- + +Thomson produced networking equipment (under the brand name SpeedTouch) till 2010 and was then renamed to Technicolor. + +This platform allows you to detect presence by looking at connected devices to a [Thomson](http://www.technicolor.com) device. + +```yaml +# Example configuration.yaml entry +device_tracker: + platform: thomson + host: YOUR_ROUTER_IP + username: YOUR_ADMIN_USERNAME + password: YOUR_ADMIN_PASSWORD +``` + +See the [device tracker component page](/components/device_tracker.html) for instructions how to configure the people to be tracked.