Add config option to specify router IP address (#6333)

* Add config option to specify router IP address

* Update configuration sample and add description
This commit is contained in:
Paul Biester 2018-09-23 10:52:52 +02:00 committed by Fabian Affolter
parent a114c7fa9b
commit 0a87b19a95

View File

@ -16,9 +16,11 @@ ha_iot_class: "Local Polling"
The `bbox` platform offers presence detection by looking at connected devices to a [Bbox](https://fr.wikipedia.org/wiki/Bbox) based router from [Bouygues](https://www.bouyguestelecom.fr/), which is one of the main Internet provider in France.
<p class='note'>
Bbox is a generic name for different hardware routers. The platform has only been tested on a Sagem F@st 5330b because it's the only model the developer owns.
</p>
Bbox is a generic name for different hardware routers. The platform has been tested with the following devices:
- Sagem F@st 5330b
## {% linkable_title Configuration %}
To use an Bbox router in your installation, add the following to your `configuration.yaml` file:
@ -28,8 +30,17 @@ device_tracker:
- platform: bbox
```
{% configuration %}
host:
description: IP address of your Bbox device.
required: false
type: string
default: 192.168.1.254
{% endconfiguration %}
<p class='note warning'>
For now and due to third party limitation, the Bbox must be on the same local network as the Home Assistant installation. And with the default IP configuration (IP of the router must be 192.168.1.254).
For now and due to third party limitation, the Bbox must be on the same local network as the Home Assistant installation.
</p>
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.