From ff6816c60454d11f597558e7192554ef779e1c56 Mon Sep 17 00:00:00 2001 From: 12nick12 Date: Wed, 8 Nov 2017 09:59:37 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0cd6491..9059ea0 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,10 @@ PlexPy Integratin for HASS I didn't find any solution that woudl give me a play count from Plex in HASS. For some reason I could never get the Plex Activity Monitor to work so I decided to try and create my own. + +As of now I prety much just made python scripts that do the couple things I want. To use in hass just: + +- platform: command_line + name: name + command: 'python3 /path/to/python/file.py' + unit_of_measurement: 'choice of measurement, not needed'