From 56ff875c778b352f3f4f0c26549898a8496c223a Mon Sep 17 00:00:00 2001 From: MapoDan <42698485+MapoDan@users.noreply.github.com> Date: Sat, 4 Jan 2020 16:43:41 +0100 Subject: [PATCH] Create resources.json --- resources.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 resources.json diff --git a/resources.json b/resources.json new file mode 100644 index 0000000..bcff7e1 --- /dev/null +++ b/resources.json @@ -0,0 +1,5 @@ +[ + "https://raw.githubusercontent.com/custom-components/climate.programmable_thermostat/master/custom_components/programmable_thermostat/__init__.py", + "https://raw.githubusercontent.com/custom-components/climate.programmable_thermostat/master/custom_components/programmable_thermostat/const.py", + "https://raw.githubusercontent.com/custom-components/climate.programmable_thermostat/master/custom_components/programmable_thermostat/reproduce_state" +]