forked from robmarkcole/Hue-sensors-HASS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_updater.json
26 lines (26 loc) · 1.33 KB
/
custom_updater.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"device_tracker.hue" : {
"updated_at" : "2019-02-24",
"local_location" : "/custom_components/hue/device_tracker.py",
"version" : "1.0.5",
"changelog" : "https://github.com/robmarkcole/Hue-sensors-HASS/releases/latest",
"visit_repo" : "https://github.com/robmarkcole/Hue-sensors-HASS",
"remote_location" : "https://raw.githubusercontent.com/robmarkcole/Hue-sensors-HASS/master/custom_components/hue/device_tracker.py"
},
"binary_sensor.hue" : {
"changelog" : "https://github.com/robmarkcole/Hue-sensors-HASS/releases/latest",
"version" : "1.0.5",
"local_location" : "/custom_components/hue/binary_sensor.py",
"updated_at" : "2019-02-24",
"visit_repo" : "https://github.com/robmarkcole/Hue-sensors-HASS",
"remote_location" : "https://raw.githubusercontent.com/robmarkcole/Hue-sensors-HASS/master/custom_components/hue/binary_sensor.py"
},
"sensor.hue" : {
"version" : "1.0.5",
"changelog" : "https://github.com/robmarkcole/Hue-sensors-HASS/releases/latest",
"updated_at" : "2019-02-24",
"local_location" : "/custom_components/hue/sensor.py",
"remote_location" : "https://raw.githubusercontent.com/robmarkcole/Hue-sensors-HASS/master/custom_components/hue/sensor.py",
"visit_repo" : "https://github.com/robmarkcole/Hue-sensors-HASS"
}
}