From 2f9ccaffd3c5472f00493c12fcc50f37be341362 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:14:51 +0100 Subject: [PATCH] Add reboot platform to SFRBox (#25916) --- 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 6782304e863..4d3c46af7cf 100644 --- a/source/_integrations/sfr_box.markdown +++ b/source/_integrations/sfr_box.markdown @@ -11,6 +11,7 @@ ha_codeowners: ha_domain: sfr_box ha_platforms: - binary_sensor + - button - sensor ha_integration_type: device --- @@ -20,6 +21,7 @@ The SFR Box integration offers integration with the **SFR** broadband router. This integration provides the following platforms: - Binary Sensors - such as ADSL status. +- Buttons - such as reboot. - Sensors - such as ADSL line status, attenuation, noise and data rate. {% include integrations/config_flow.md %}