From 981190ad5b14598bc4eccee12f87469b0a8edbd9 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Fri, 18 Aug 2017 23:44:31 -0400 Subject: [PATCH] Updated instructions. Need to copy over LIB files. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca1d16d..ec106dd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ To get started, copy the following files from this repo to your Home Assistant d www/custom_ui/floorplan/ha-floorplan.html www/custom_ui/floorplan/floorplan.svg www/custom_ui/floorplan/floorplan.css +www/custom_ui/floorplan/lib/jquery-3.2.1.min.js +www/custom_ui/floorplan/lib/moment.min.js +www/custom_ui/floorplan/lib/svg-pan-zoom.min.js ``` Although a sample floorplan SVG file is included in this repo, you will want to create your own. See the [appendix](#creating-a-floorplan-svg-file) for more information.