From 55f56197ead88af24c51927ac621f8f9be649dd1 Mon Sep 17 00:00:00 2001 From: nicolailang Date: Sat, 17 Nov 2018 19:15:33 +0100 Subject: [PATCH] Added CRC8 install instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a7d5b8..d4f12be 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ https://github.com/SwiCago/HeatPump custom_components/climate/mitsubishi_mqtt.py +## Needed python modules + +Make sure the CRC8 module is installed by running the following command on your homeassistant server: +pip install crc8 + ## Balboa Hot Tub Adds Balboa Hot Tub support. Copy the files from the directories into your homeassistant directory.