From 1002583fbfe84c0c420d9b9a799912fdc78e36ac Mon Sep 17 00:00:00 2001 From: David Bugl Date: Thu, 13 Aug 2026 13:49:53 +0200 Subject: [PATCH 1/4] Add Lunatone DALI scan binary sensor section --- source/_integrations/lunatone.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/lunatone.markdown b/source/_integrations/lunatone.markdown index c2fbade2fde0..9d4b3c479197 100644 --- a/source/_integrations/lunatone.markdown +++ b/source/_integrations/lunatone.markdown @@ -55,6 +55,12 @@ URL: The Lunatone integration provides the following entities. +#### Binary Sensors + +- **DALI scan** + - **Description**: Shows if a DALI scan is running or not + - **Available for devices**: All + #### Lights - **Brightness** From 126e747e25859b7290aba4f936fc96af352d1883 Mon Sep 17 00:00:00 2001 From: MoonDevLT <107535193+MoonDevLT@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:57:26 +0200 Subject: [PATCH 2/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- source/_integrations/lunatone.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lunatone.markdown b/source/_integrations/lunatone.markdown index 9d4b3c479197..a581c657f084 100644 --- a/source/_integrations/lunatone.markdown +++ b/source/_integrations/lunatone.markdown @@ -55,7 +55,7 @@ URL: The Lunatone integration provides the following entities. -#### Binary Sensors +#### Binary sensors - **DALI scan** - **Description**: Shows if a DALI scan is running or not From 50ef763717b8a3db3d17f2a5802c453002e2a244 Mon Sep 17 00:00:00 2001 From: David Bugl Date: Thu, 13 Aug 2026 14:00:47 +0200 Subject: [PATCH 3/4] Update metadata to include binary sensor --- source/_integrations/lunatone.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/lunatone.markdown b/source/_integrations/lunatone.markdown index a581c657f084..ed8cc4c5a7da 100644 --- a/source/_integrations/lunatone.markdown +++ b/source/_integrations/lunatone.markdown @@ -2,6 +2,7 @@ title: Lunatone description: Instructions on how to integrate Lunatone REST API devices with Home Assistant. ha_category: + - Binary sensor - Hub - Light - Sensor @@ -12,6 +13,7 @@ ha_codeowners: ha_domain: lunatone ha_config_flow: true ha_platforms: + - binary_sensor - diagnostics - light - sensor From 22a0db87886861fac0bd9b01602b7ae7c7021e3a Mon Sep 17 00:00:00 2001 From: David Bugl Date: Thu, 13 Aug 2026 14:02:03 +0200 Subject: [PATCH 4/4] Refine DALI scan binary sensor description --- source/_integrations/lunatone.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/lunatone.markdown b/source/_integrations/lunatone.markdown index ed8cc4c5a7da..6c83818b6c17 100644 --- a/source/_integrations/lunatone.markdown +++ b/source/_integrations/lunatone.markdown @@ -60,7 +60,7 @@ The Lunatone integration provides the following entities. #### Binary sensors - **DALI scan** - - **Description**: Shows if a DALI scan is running or not + - **Description**: Shows whether a DALI scan is running. - **Available for devices**: All #### Lights