You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,17 @@
3
3
With a lot of inspiration and help from https://github.com/Apollon77/node-ph803w project I ported the basic functionallity to python with the hope and expectation to deploy it as an Home Assistant intagration without need for a docker service and MQTT.
4
4
Still a lot left to do but at least it can poll the device and show values in Home Assistant.
5
5
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/`:
0 commit comments