From 35beec5bbe1ce5a86bc8bfd8e649a87bf0818c36 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Sat, 31 Dec 2022 12:04:49 +0100 Subject: [PATCH] Add SFR Box integration (#25447) --- source/_integrations/sfr_box.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_integrations/sfr_box.markdown diff --git a/source/_integrations/sfr_box.markdown b/source/_integrations/sfr_box.markdown new file mode 100644 index 00000000000..35624bc9831 --- /dev/null +++ b/source/_integrations/sfr_box.markdown @@ -0,0 +1,23 @@ +--- +title: SFR Box +description: Instructions on how to integrate SFR Box into Home Assistant. +ha_category: + - Sensor +ha_release: 2023.2 +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@epenet' +ha_domain: sfr_box +ha_platforms: + - sensor +ha_integration_type: device +--- + +The SFR Box integration offers integration with the **SFR** broadband router. + +This integration provides the following platforms: + +- Sensors - such as ADSL line status, attenuation, noise and data rate. + +{% include integrations/config_flow.md %}