Updated Home Automation systems (markdown)

master
Franck Nijhof 2020-01-08 17:43:15 +01:00
rodzic 8208e05e61
commit c6f6b52508
1 zmienionych plików z 19 dodań i 2 usunięć

@ -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: