From 152654468af1e3cbb5f02b6705894134c0fa4251 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:33:54 +0100 Subject: [PATCH] Add binary_sensor platform to SFR Box (#25658) --- source/_integrations/sfr_box.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/sfr_box.markdown b/source/_integrations/sfr_box.markdown index 35624bc9831..6782304e863 100644 --- a/source/_integrations/sfr_box.markdown +++ b/source/_integrations/sfr_box.markdown @@ -10,6 +10,7 @@ ha_codeowners: - '@epenet' ha_domain: sfr_box ha_platforms: + - binary_sensor - sensor ha_integration_type: device --- @@ -18,6 +19,7 @@ The SFR Box integration offers integration with the **SFR** broadband router. This integration provides the following platforms: +- Binary Sensors - such as ADSL status. - Sensors - such as ADSL line status, attenuation, noise and data rate. {% include integrations/config_flow.md %}