diff --git a/docs/advanced/home-automation.md b/docs/advanced/home-automation.md index d3dc0e09b..bc581863f 100644 --- a/docs/advanced/home-automation.md +++ b/docs/advanced/home-automation.md @@ -5,13 +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: - -[HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant) - -## Domoticz: -Please see [here](https://github.com/frustreermeneer/domoticz-wled-plugin)! +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. ## Home Assistant @@ -139,14 +134,20 @@ In case you want to configure the device manually: ] } ``` -## Indigo Domotics: -Please see [here](https://www.indigodomo.com/pluginstore/214/)! -## 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. + +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 + +- [HomeAssistant and NodeRED flows](https://github.com/Snipercaine/WLED-HomeAssistant) -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. +- [Domoticz](https://github.com/frustreermeneer/domoticz-wled-plugin) -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) +- [Indigo Domotics](https://www.indigodomo.com/pluginstore/214/)!