forked from StyraHem/ShellyForHASS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_updater.json
16 lines (16 loc) · 981 Bytes
/
custom_updater.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"shelly": {
"version": "0.1.0",
"updated_at": "2019-10-17",
"local_location": "/custom_components/shelly/__init__.py",
"remote_location": "https://raw.githubusercontent.com/StyraHem/ShellyForHASS/master/custom_components/shelly/__init__.py",
"visit_repo": "https://github.com/StyraHem/ShellyForHASS/tree/master/custom_components/shelly",
"changelog": "https://github.com/StyraHem/ShellyForHASS/tree/master/custom_components/shelly",
"resources": [
"https://raw.githubusercontent.com/StyraHem/ShellyForHASS/master/custom_components/shelly/cover.py",
"https://raw.githubusercontent.com/StyraHem/ShellyForHASS/master/custom_components/shelly/light.py",
"https://raw.githubusercontent.com/StyraHem/ShellyForHASS/master/custom_components/shelly/sensor.py",
"https://raw.githubusercontent.com/StyraHem/ShellyForHASS/master/custom_components/shelly/switch.py"
]
}
}