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: