mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
parent
ce9dc3e0ea
commit
9b109a4bd2
@ -19,6 +19,7 @@ ha_platforms:
|
||||
- camera
|
||||
- device_tracker
|
||||
- sensor
|
||||
- binary_sensor
|
||||
- switch
|
||||
ha_zeroconf: true
|
||||
ha_integration_type: integration
|
||||
@ -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)
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user