forked from claytonjn/hass-circadian_lighting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_updater.json
16 lines (16 loc) · 1.06 KB
/
custom_updater.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"circadian_lighting": {
"updated_at": "2019-08-17",
"version": "1.0.9",
"local_location": "/custom_components/circadian_lighting/__init__.py",
"remote_location": "https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/__init__.py",
"visit_repo": "https://github.com/claytonjn/hass-circadian_lighting",
"changelog": "https://github.com/claytonjn/hass-circadian_lighting/releases",
"resources": [
"https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/manifest.json",
"https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/sensor.py",
"https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/services.yaml",
"https://raw.githubusercontent.com/claytonjn/hass-circadian_lighting/master/custom_components/circadian_lighting/switch.py"
]
}
}