From 3bdee78f8ec8fa53c2eb8e9cca45492376e96676 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sat, 13 Apr 2019 21:16:45 +0200 Subject: [PATCH] Fixes #9 by renaming the file --- resorces.json => resources.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename resorces.json => resources.json (51%) diff --git a/resorces.json b/resources.json similarity index 51% rename from resorces.json rename to resources.json index 2d98b6f..018c5e0 100644 --- a/resorces.json +++ b/resources.json @@ -1,5 +1,7 @@ [ "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/binary_sensor.py", "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/const.py", - "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/sensor.py" + "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/sensor.py", + "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/switch.py", + "https://raw.githubusercontent.com/custom-components/blueprint/master/custom_components/blueprint/manifest.json" ] \ No newline at end of file