From 9154bbb65e8b95d74a13ef7aa140cfa0225b1e55 Mon Sep 17 00:00:00 2001 From: Elijah Mock <28277163+ekcom@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:07:43 -0500 Subject: [PATCH 1/3] Fix grammar --- docs/advanced/home-automation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced/home-automation.md b/docs/advanced/home-automation.md index d3dc0e09b..a7d587a9c 100644 --- a/docs/advanced/home-automation.md +++ b/docs/advanced/home-automation.md @@ -5,8 +5,8 @@ hide: # - toc --- -It is possible to interface WLED with home automation systems and other 3rd party software. -You can use any API WLED provides (JSON, HTTP, UDP, MQTT), JSON is preferred. This page is intended for sample code and configs others use to control WLED from various 3rd party software: +It is possible to interface WLED with home automation systems and other 3rd-party software. +You can use any API WLED provides (JSON, HTTP, UDP, MQTT); JSON is preferred. This page is intended for sample code and configs others use to control WLED from various 3rd-party software. [HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant) From 9fd6d1449fe9a58b79d1499173269d4061c9a4f4 Mon Sep 17 00:00:00 2001 From: Elijah Mock <28277163+ekcom@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:12:44 -0500 Subject: [PATCH 2/3] Improve organization by listing all one-line links together --- docs/advanced/home-automation.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/advanced/home-automation.md b/docs/advanced/home-automation.md index a7d587a9c..265c9edb5 100644 --- a/docs/advanced/home-automation.md +++ b/docs/advanced/home-automation.md @@ -8,11 +8,6 @@ hide: It is possible to interface WLED with home automation systems and other 3rd-party software. You can use any API WLED provides (JSON, HTTP, UDP, MQTT); JSON is preferred. This page is intended for sample code and configs others use to control WLED from various 3rd-party software. -[HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant) - -## Domoticz: -Please see [here](https://github.com/frustreermeneer/domoticz-wled-plugin)! - ## Home Assistant ### Using the native integration @@ -139,8 +134,6 @@ In case you want to configure the device manually: ] } ``` -## Indigo Domotics: -Please see [here](https://www.indigodomo.com/pluginstore/214/)! ## openHAB: @@ -149,4 +142,12 @@ In openHAB 3 based environments you are able to use the native [openHAB WLED Bin For older openHAB (2.5.x) environmantes the connection can be configured via MQTT broker & Openhab MQTT Binding (2.5x) with configuration files Please find the details [here](https://community.openhab.org/t/wled-control-without-the-binding/101120) +## Other + +- [HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant) + +- [Domoticz](https://github.com/frustreermeneer/domoticz-wled-plugin) + +- [Indigo Domotics](https://www.indigodomo.com/pluginstore/214/)! + From 659c4f64b559ed769bdab0a8845be3fe353ed84d Mon Sep 17 00:00:00 2001 From: Elijah Mock <28277163+ekcom@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:13:33 -0500 Subject: [PATCH 3/3] Fix grammar --- docs/advanced/home-automation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advanced/home-automation.md b/docs/advanced/home-automation.md index 265c9edb5..bc581863f 100644 --- a/docs/advanced/home-automation.md +++ b/docs/advanced/home-automation.md @@ -135,12 +135,12 @@ In case you want to configure the device manually: } ``` -## openHAB: +## openHAB -In openHAB 3 based environments you are able to use the native [openHAB WLED Binding](https://www.openhab.org/addons/bindings/wled/), which also supports discovery of your WLED devices. +In openHAB 3-based environments, you are able to use the native [openHAB WLED Binding](https://www.openhab.org/addons/bindings/wled/), which also supports discovery of your WLED devices. -For older openHAB (2.5.x) environmantes the connection can be configured via MQTT broker & Openhab MQTT Binding (2.5x) with configuration files -Please find the details [here](https://community.openhab.org/t/wled-control-without-the-binding/101120) +For older openHAB (2.5.x) environments, the connection can be configured via MQTT broker & Openhab MQTT Binding (2.5x) with configuration files. +Please find the details [here](https://community.openhab.org/t/wled-control-without-the-binding/101120). ## Other