From 7a9dae1ebf86f541ae5b7848787e787c5571b5cb Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 6 Apr 2020 13:04:46 -0400 Subject: [PATCH] added files --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f756ac2..0474c94 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # HDHR_hass +This is used to integrate HDHomeRun with Hass using bash. I'm not good enough in Python to actually make a nice python integration + +# To set up +You need to install npm and node +curl -sL https://deb.nodesource.com/setup_12.x | sudo bash - + +apt install npm jq + +# Once node is installed now you can install the csvtojson module +npm install -g csvtojson