From cb8726bd425a1698c0d3d6c47d2f713ae9543c4a Mon Sep 17 00:00:00 2001 From: jxwolstenholme Date: Mon, 29 Oct 2018 07:12:50 +0000 Subject: [PATCH] Create page for bt_smarthub device tracker (#6528) * Create page for bt_smarthub device tracker * Update device_tracker.bt_smarthub.markdown * Update device_tracker.bt_smarthub.markdown * Update device_tracker.bt_smarthub.markdown * Update device_tracker.bt_smarthub.markdown * Fix unnecessary blank lines * Add missing elements --- .../device_tracker.bt_smarthub.markdown | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 source/_components/device_tracker.bt_smarthub.markdown diff --git a/source/_components/device_tracker.bt_smarthub.markdown b/source/_components/device_tracker.bt_smarthub.markdown new file mode 100644 index 00000000000..1f6f4f77f21 --- /dev/null +++ b/source/_components/device_tracker.bt_smarthub.markdown @@ -0,0 +1,37 @@ +--- +layout: page +title: "BT Smart Hub" +description: "Instructions on how to integrate BT Smart Hub router into Home Assistant." +date: 2018-10-05 10:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: bt.png +ha_category: Presence Detection +ha_release: "0.82" +ha_iot_class: "Local Polling" +--- + +This platform offers presence detection by looking at connected devices to a [BT Smart Hub](https://en.wikipedia.org/wiki/BT_Smart_Hub) based router. +This router is sometimes referred to as the BT Home Hub 6. + +## {% linkable_title Configuration %} + +To use a BT Smart Hub router in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +device_tracker: + - platform: bt_smarthub +``` + +{% configuration %} +host: + description: The IP address of your router + default: 192.168.1.254 + required: false + type: string +{% endconfiguration %} + +See the [device tracker component page](/components/device_tracker/) for instructions on how to configure the people to be tracked.