From 583ab7cdcf34c95722dfe64e9203cd7a8f2f8a22 Mon Sep 17 00:00:00 2001 From: Guillaume Isselin Date: Wed, 13 Aug 2025 15:47:56 +0200 Subject: [PATCH 1/2] Add LED strip light integration for Freebox Documents support for controlling the Freebox LED strip as a light entity, including brightness and effects. Updates permissions and configuration instructions, and adds 'Light' to supported platforms and categories. --- source/_integrations/freebox.markdown | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/source/_integrations/freebox.markdown b/source/_integrations/freebox.markdown index 9042bbb783e2..17b628b7ac6b 100644 --- a/source/_integrations/freebox.markdown +++ b/source/_integrations/freebox.markdown @@ -4,6 +4,7 @@ description: Instructions on how to integrate Freebox routers into Home Assistan ha_category: - Alarm - Camera + - Light - Network - Presence detection - Sensor @@ -21,6 +22,7 @@ ha_platforms: - button - camera - device_tracker + - light - sensor - switch ha_zeroconf: true @@ -36,6 +38,7 @@ There is currently support for the following device types within Home Assistant: - [Device tracker](#presence-detection) for connected devices - [Switch](#switch) to control Wi-Fi - [Camera](#camera) +- [Light](#light) to control the LED strip (brightness and effects) - [Binary sensors](#binary) - [Alarm_control_panel](#alarm-control-panel) @@ -61,7 +64,7 @@ You must have set a password for your Freebox router web administration page. En The first time Home Assistant will connect to your Freebox, you will need to authorize it by pressing the right arrow on the facade of the Freebox when prompted to do so. -To make the Wi-Fi switch and the reboot action working, you will have to add "Modification des réglages de la Freebox" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". +To make the Wi-Fi switch, LED strip control and the reboot action working, you will have to add "Modification des réglages de la Freebox" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". To use cameras from the Freebox Delta, you will have to add "Gestion de l'alarme et maison connectée" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". @@ -106,6 +109,24 @@ The health status of each RAID array can be monitored with a diagnostics binary Cameras are only available in Freebox V7 (also known as Freebox Delta). +## Light + +The Freebox LED strip on the limited edition Freebox Ultra can be controlled as a light entity. This feature allows you to: + +- Turn the LED strip on/off +- Adjust brightness levels +- Select different visual effects + +The LED strip control requires the "Modification des réglages de la Freebox" permission to be granted to the Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". + +### Configuration + +The LED strip is automatically discovered once the integration is set up and the appropriate permissions are granted. No additional configuration is required. + +### Available Effects + +The LED strip supports various visual effects that can be selected through the light entity's effect attribute. The available effects may vary depending on your Freebox model. + ## Binary This platform offers you sensors to monitor: - motion sensor From 000a0acaa332f37d6f68476e9b8528b9c6f2fbef Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 14 Aug 2025 06:43:04 +0200 Subject: [PATCH 2/2] tiny tweaks --- source/_integrations/freebox.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/freebox.markdown b/source/_integrations/freebox.markdown index 17b628b7ac6b..f4e214410dde 100644 --- a/source/_integrations/freebox.markdown +++ b/source/_integrations/freebox.markdown @@ -64,7 +64,7 @@ You must have set a password for your Freebox router web administration page. En The first time Home Assistant will connect to your Freebox, you will need to authorize it by pressing the right arrow on the facade of the Freebox when prompted to do so. -To make the Wi-Fi switch, LED strip control and the reboot action working, you will have to add "Modification des réglages de la Freebox" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". +To enable the Wi-Fi switch, LED strip control, and the reboot action working, you will have to add **Modification des réglages de la Freebox** permission to Home Assistant application in **Paramètres de la Freebox** > **Gestion des accès** > **Applications**. To use cameras from the Freebox Delta, you will have to add "Gestion de l'alarme et maison connectée" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". @@ -117,13 +117,13 @@ The Freebox LED strip on the limited edition Freebox Ultra can be controlled as - Adjust brightness levels - Select different visual effects -The LED strip control requires the "Modification des réglages de la Freebox" permission to be granted to the Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications". +To control the LED strip, you need to grant Home Assistant the **Modification des réglages de la Freebox** permission under **Paramètres de la Freebox** > **Gestion des accès** > **Applications**. ### Configuration The LED strip is automatically discovered once the integration is set up and the appropriate permissions are granted. No additional configuration is required. -### Available Effects +### Available effects The LED strip supports various visual effects that can be selected through the light entity's effect attribute. The available effects may vary depending on your Freebox model.