🚜 Merges/Redirect Freebox component pages (#8573)

This commit is contained in:
Klaas Schoute 2019-02-14 16:04:36 +01:00 committed by Fabian Affolter
parent ad10cd63d9
commit 519c4515d0
3 changed files with 33 additions and 61 deletions

View File

@ -1,35 +0,0 @@
---
layout: page
title: "Freebox Device Tracker"
description: "Instructions on how to track devices connected to a Freebox router in Home Assistant."
date: 2018-05-16 23:00
sidebar: true
comments: false
sharing: true
footer: true
logo: freebox.svg
ha_category: Presence Detection
ha_release: "0.70"
ha_iot_class: "Local Polling"
---
This platform offers presence detection by keeping track of the
devices connected to a [Freebox](http://www.free.fr/) router.
This requires you to have set up the [Freebox component](/components/freebox/)
### {% linkable_title Notes %}
Note that the Freebox waits for some time before marking a device as
inactive, meaning that there will be a small delay (1 or 2 minutes)
between the time you disconnect a device and the time it will appear
as "away" in Home Assistant. You should take this into account when specifying
the `consider_home` parameter.
On the contrary, the Freebox immediately reports devices newly connected, so
they should appear as "home" almost instantly, as soon as Home Assistant
refreshes the devices states.
See the [device tracker component page](/components/device_tracker/) for
instructions how to configure the devices to be tracked.

View File

@ -8,20 +8,25 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: freebox.svg logo: freebox.svg
ha_category: Network ha_category:
- Network
- Presence Detection
- Sensor
ha_release: "0.85" ha_release: "0.85"
ha_iot_class: "Local Polling" ha_iot_class: "Local Polling"
redirect_from:
- /components/device_tracker.freebox/
- /components/sensor.freebox/
--- ---
The `freebox` component allows you to observe and control [Freebox router](http://www.free.fr/). The `freebox` component allows you to observe and control [Freebox router](http://www.free.fr/).
The integration provides: There is currently support for the following device types within Home Assistant:
* a sensor with traffic metrics * [Sensor](#sensor) with traffic metrics
* a device tracker for connected devices * [Device tracker](#presence-detection) for connected devices
### {% linkable_title Configuration %} ## {% linkable_title Configuration %}
If you have enabled the [discovery component](/components/discovery/), If you have enabled the [discovery component](/components/discovery/),
your Freebox should be detected automatically. Otherwise, you can set it your Freebox should be detected automatically. Otherwise, you can set it
@ -61,6 +66,28 @@ prompted to do so.
### {% linkable_title Supported routers %} ### {% linkable_title Supported routers %}
Only the routers with Freebox OS are supported: Only the routers with Freebox OS are supported:
* Freebox V7 also known as Freebox Delta * Freebox V7 also known as Freebox Delta
* Freebox V6 also known as Freebox Revolution * Freebox V6 also known as Freebox Revolution
* Freebox mini 4k * Freebox mini 4k
## {% linkable_title Presence Detection %}
This platform offers presence detection by keeping track of the
devices connected to a [Freebox](http://www.free.fr/) router.
### {% linkable_title Notes %}
Note that the Freebox waits for some time before marking a device as
inactive, meaning that there will be a small delay (1 or 2 minutes)
between the time you disconnect a device and the time it will appear
as "away" in Home Assistant. You should take this into account when specifying
the `consider_home` parameter.
On the contrary, the Freebox immediately reports devices newly connected, so
they should appear as "home" almost instantly, as soon as Home Assistant
refreshes the devices states.
## {% linkable_title Sensor %}
This platform offers you sensors to monitor a Freebox router. The monitored conditions are
instant upload and download rates in KB/s.

View File

@ -1,20 +0,0 @@
---
layout: page
title: "Freebox Sensor"
description: "Instructions on how to integrate sensors from a Freebox router into Home Assistant."
date: 2018-05-16 23:00
sidebar: true
comments: false
sharing: true
footer: true
logo: freebox.svg
ha_category: Network
ha_release: "0.85"
ha_iot_class: "Local Polling"
---
This platform offers you sensors to monitor a Freebox router. The monitored conditions are
instant upload and download rates in KB/s.
This requires you to have set up the [Freebox component](/components/freebox/)