Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phamels committed Aug 22, 2022
1 parent 19b150c commit 381f026
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 `<config_dir>/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"
```
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "Weishaupt WCM-COM HA Module"
"name": "Weishaupt WCM-COM HA Module",
"render_readme": true
}

0 comments on commit 381f026

Please sign in to comment.