freebox: add raid array health binary sensor (#95242) (#28080)

This commit is contained in:
Florent Thiery 2023-07-06 09:38:25 +02:00 committed by GitHub
parent ce9dc3e0ea
commit 9b109a4bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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