Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/_integrations/freebox.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ha_platforms:
- camera
- device_tracker
- sensor
- binary_sensor
- switch
ha_zeroconf: true
ha_integration_type: integration
Expand All @@ -29,6 +30,7 @@ The `freebox` integration allows you to observe and control [Freebox router](htt
There is currently support for the following device types within Home Assistant:

* [Sensor](#sensor) with metrics for connection speed, internal temperature, free partition space and missed calls
* [Binary sensor](#binary-sensor) for monitoring Raid arrays health
* [Device tracker](#presence-detection) for connected devices
* [Switch](#switch) to control Wi-Fi
* [Camera](#camera)
Expand Down Expand Up @@ -117,7 +119,12 @@ The monitored metrics are:
* Free partition space of used disks
* Number of missed calls

## Binary sensor

The health status of each RAID array can be monitored with a diagnostics binary sensor reflecting the `degraded` state (OK means not degraded, PROBLEM means degraded).

## Camera

Cameras are only available in Freebox V7 (also known as Freebox Delta).

## Service
Expand Down