From 674b1267eae23424f50856a1714ea8c05579c61f Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:22:06 +0100 Subject: [PATCH] Remove ee_brightbox integration (#21136) --- source/_integrations/ee_brightbox.markdown | 48 ---------------------- source/_redirects | 5 ++- 2 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 source/_integrations/ee_brightbox.markdown diff --git a/source/_integrations/ee_brightbox.markdown b/source/_integrations/ee_brightbox.markdown deleted file mode 100644 index 62bda8d0f8f..00000000000 --- a/source/_integrations/ee_brightbox.markdown +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: EE Bright Box -description: Instructions on how to integrate EE Bright Box router into Home Assistant. -ha_category: - - Presence Detection -ha_release: 0.87 -ha_iot_class: Local Polling -ha_domain: ee_brightbox -ha_platforms: - - device_tracker ---- - -This platform offers presence detection by looking at connected devices to a [EE Bright Box 2](https://ee.co.uk/help/phones-and-device/home-broadband/bright-box-2-wireless-router/bright-box-2-wireless-router) router. - -## Configuration - -To use a EE Bright Box router in your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -device_tracker: - - platform: ee_brightbox - password: router-admin-password -``` - -{% configuration %} -host: - description: The IP address of your router - default: 192.168.1.1 - required: false - type: string -username: - description: Found at the back of the router in 'Router login details' section - default: admin - required: false - type: string -password: - description: Found at the back of the router in 'Router login details' section - required: true - type: string -version: - description: Currently only version 2 of the router is supported - default: 2 - required: false - type: string -{% endconfiguration %} - -See the [device tracker integration page](/integrations/device_tracker/) for instructions on how to configure the people to be tracked. diff --git a/source/_redirects b/source/_redirects index faaa68cf69c..2634a6cab36 100644 --- a/source/_redirects +++ b/source/_redirects @@ -333,7 +333,6 @@ /components/device_tracker.bt_smarthub /integrations/bt_smarthub /components/device_tracker.cisco_ios /integrations/cisco_ios /components/device_tracker.ddwrt /integrations/ddwrt -/components/device_tracker.ee_brightbox /integrations/ee_brightbox /components/device_tracker.freebox /integrations/freebox /components/device_tracker.fritz /integrations/fritz /components/device_tracker.geofency /integrations/geofency @@ -1272,7 +1271,6 @@ /components/ecovacs /integrations/ecovacs /components/eddystone_temperature /integrations/eddystone_temperature /components/edimax /integrations/edimax -/components/ee_brightbox /integrations/ee_brightbox /components/efergy /integrations/efergy /components/egardia /integrations/egardia /components/eight_sleep /integrations/eight_sleep @@ -2355,3 +2353,6 @@ /components/sensor.arduino /more-info/removed-integration 301 /components/switch.arduino /more-info/removed-integration 301 /integrations/arduino /more-info/removed-integration 301 +/components/device_tracker.ee_brightbox /more-info/removed-integration 301 +/components/ee_brightbox /more-info/removed-integration 301 +/integrations/ee_brightbox /more-info/removed-integration 301