File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,25 @@ With a lot of inspiration and help from https://github.com/Apollon77/node-ph803w
44Still a lot left to do but at least it can poll the device and show values in Home Assistant.
55In desktop mode (running cyclic with lib/main.py) it performs a bit better.
66
7- ## Installation of HA component
7+ # Installation
88
9- 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 `
9+ ## Option 1: HACS
10+ 1 . Go to HACS -> Integrations
11+ 2 . Click the three dots on the top right and select ` Custom Repositories `
12+ 3 . Enter ` https://github.com/dala318/python_ph803w ` as repository, select the category ` Integration ` and click Add
13+ 4 . A new custom integration shows up for installation (PH-803W) - install it
14+ 5 . Restart Home Assistant
15+
16+ ## Option 2: Manual
17+
18+ 1 . Copy the ` ph803w ` folder to HA ` <config_dir>/custom_components/ph803w/ `
19+ 2 . Restart Home Assistant
20+
21+ # Configuration
22+
23+ Setup ` $HA_CONFIG_DIR/configuration.yaml `
1524
1625``` yaml
1726ph803w :
1827 host : 192.168.1.2 # IP of your device
1928` ` `
20- ## Changelog
You can’t perform that action at this time.
0 commit comments