diff --git a/README.md b/README.md index 3619e3c..77e54a2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # Weishaupt WCM-COM +[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration) ### Installation -Copy this folder to `/custom_components/example_load_platform/`. +Install using HACS and adding the custom repo: +https://github.com/phamels/HA-Weishaupt-WCM-COM Add the following entry in your `configuration.yaml`: ```yaml weishaupt_wcm_com: - host: 192.168.x.xx + host: "10.0.x.x" username: "your-user-name" password: "your-secret-key" ``` diff --git a/hacs.json b/hacs.json index 8f0f3b9..901736d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,3 +1,4 @@ { - "name": "Weishaupt WCM-COM HA Module" + "name": "Weishaupt WCM-COM HA Module", + "render_readme": true } \ No newline at end of file