We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809abd0 commit 33a501cCopy full SHA for 33a501c
1 file changed
README.md
@@ -6,14 +6,14 @@ In desktop mode (running cyclic with lib/main.py) it performs a bit better.
6
7
## Installation of HA component
8
9
-1. Clone this repo as `ph803w` dir into `$HA_CONFIG_DIR/custom_components/`:
+1. Clone this repo as `ph803w` dir into `$HA_CONFIG_DIR/custom_components/`
10
```
11
$ cd custom_components
12
$ git clone git@github.com:dala318/ph803w.git ./ph803w
13
14
-2. Setup `$HA_CONFIG_DIR/configuration.yaml`:
+2. Setup `$HA_CONFIG_DIR/configuration.yaml`
15
16
```yaml
17
ph803w:
18
- host: 192.168.1.2 # IP of your gateway
+ host: 192.168.1.2 # IP of your device
19
0 commit comments