forked from schmiegelt/HA-Weishaupt-WCM-COM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |