Update README.md

This commit is contained in:
12nick12 2017-11-08 09:59:37 -05:00 committed by GitHub
parent 484ea8806e
commit ff6816c604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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'