From c6f6b5250847a8dad9d355961d327c124d73a725 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 8 Jan 2020 17:43:15 +0100 Subject: [PATCH] Updated Home Automation systems (markdown) --- Home-Automation-systems.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/Home-Automation-systems.md b/Home-Automation-systems.md index e09e5ea..6bfef50 100644 --- a/Home-Automation-systems.md +++ b/Home-Automation-systems.md @@ -16,9 +16,26 @@ and Config Files on https://github.com/sujitrp/OPenHab-WLED-configuration- ## Indigo Domotics: Please see https://www.indigodomo.com/pluginstore/214/ ! -## HomeAssistant (outdated, there is now a native integration!) +## Home Assistant -Connection is made via MQTT. In the latest binary, auto-discovery is possible. Make sure that you add +### Using native integration: + +WLED can be configured using the integrations in the Home Assistant frontend. + +Menu: **Configuration** -> **Integrations**. + +In most cases, the WLED devices will be automatically discovered by Home Assistant. Those automatically discovered WLED devices are listed on the integrations page. + +If for some reason (e.g., due to lack of mDNS support on your network), the WLED device isn't discovered, it can be added manually. + +Click on the `+` sign to add an integration and click on **WLED**. After completing the configuration flow, the WLED +integration will be available. + +### Using MQTT + +Alternatively, MQTT can be used. + +In the latest binary, auto-discovery is possible. Make sure that you add "discovery: true" in the mqtt section of the configuration.yaml for it to work! In case you want to configure the device manually: