From 9b109a4bd2ea06c4d1defb4a4e5422e876c51d3c Mon Sep 17 00:00:00 2001 From: Florent Thiery Date: Thu, 6 Jul 2023 09:38:25 +0200 Subject: [PATCH] freebox: add raid array health binary sensor (#95242) (#28080) --- source/_integrations/freebox.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/freebox.markdown b/source/_integrations/freebox.markdown index 2cbe8bc77e9..e537d22acb0 100644 --- a/source/_integrations/freebox.markdown +++ b/source/_integrations/freebox.markdown @@ -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