mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Remove ee_brightbox integration (#21136)
This commit is contained in:
parent
9492117316
commit
674b1267ea
@ -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.
|
|
@ -333,7 +333,6 @@
|
|||||||
/components/device_tracker.bt_smarthub /integrations/bt_smarthub
|
/components/device_tracker.bt_smarthub /integrations/bt_smarthub
|
||||||
/components/device_tracker.cisco_ios /integrations/cisco_ios
|
/components/device_tracker.cisco_ios /integrations/cisco_ios
|
||||||
/components/device_tracker.ddwrt /integrations/ddwrt
|
/components/device_tracker.ddwrt /integrations/ddwrt
|
||||||
/components/device_tracker.ee_brightbox /integrations/ee_brightbox
|
|
||||||
/components/device_tracker.freebox /integrations/freebox
|
/components/device_tracker.freebox /integrations/freebox
|
||||||
/components/device_tracker.fritz /integrations/fritz
|
/components/device_tracker.fritz /integrations/fritz
|
||||||
/components/device_tracker.geofency /integrations/geofency
|
/components/device_tracker.geofency /integrations/geofency
|
||||||
@ -1272,7 +1271,6 @@
|
|||||||
/components/ecovacs /integrations/ecovacs
|
/components/ecovacs /integrations/ecovacs
|
||||||
/components/eddystone_temperature /integrations/eddystone_temperature
|
/components/eddystone_temperature /integrations/eddystone_temperature
|
||||||
/components/edimax /integrations/edimax
|
/components/edimax /integrations/edimax
|
||||||
/components/ee_brightbox /integrations/ee_brightbox
|
|
||||||
/components/efergy /integrations/efergy
|
/components/efergy /integrations/efergy
|
||||||
/components/egardia /integrations/egardia
|
/components/egardia /integrations/egardia
|
||||||
/components/eight_sleep /integrations/eight_sleep
|
/components/eight_sleep /integrations/eight_sleep
|
||||||
@ -2355,3 +2353,6 @@
|
|||||||
/components/sensor.arduino /more-info/removed-integration 301
|
/components/sensor.arduino /more-info/removed-integration 301
|
||||||
/components/switch.arduino /more-info/removed-integration 301
|
/components/switch.arduino /more-info/removed-integration 301
|
||||||
/integrations/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user