From 9a4a86bfea1641c115a12d92419f815c6edb3b3c Mon Sep 17 00:00:00 2001 From: ludeeus Date: Fri, 8 Mar 2019 22:58:34 +0100 Subject: [PATCH] add binary_sensor to resources.json --- resorces.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resorces.json b/resorces.json index 5754215..2d98b6f 100644 --- a/resorces.json +++ b/resorces.json @@ -1,4 +1,5 @@ [ + "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" ] \ No newline at end of file