forked from pippyn/Home-Assistant-Sensor-Afvalbeheer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom_components.json
24 lines (24 loc) · 1.53 KB
/
custom_components.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
{
"sensor.afvalbeheer": {
"version": "4.7.33",
"local_location": "/custom_components/afvalbeheer/__init__.py",
"remote_location": "https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/__init__.py",
"visit_repo": "https://github.com/pippyn/Home-Assistant-Sensor-Afvalbeheer",
"changelog": "https://github.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/releases/latest",
"resources": [
"https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/manifest.json",
"https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Afvalbeheer/master/custom_components/afvalbeheer/sensor.py"
]
},
"sensor.ophaalkalender": {
"version": "1.1.5",
"local_location": "/custom_components/ophaalkalender/__init__.py",
"remote_location": "https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Ophaalkalender/master/custom_components/ophaalkalender/__init__.py",
"visit_repo": "https://github.com/pippyn/Home-Assistant-Sensor-Ophaalkalender",
"changelog": "https://github.com/pippyn/Home-Assistant-Sensor-Ophaalkalender/releases/latest",
"resources": [
"https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Ophaalkalender/master/custom_components/ophaalkalender/manifest.json",
"https://raw.githubusercontent.com/pippyn/Home-Assistant-Sensor-Ophaalkalender/master/custom_components/ophaalkalender/sensor.py"
]
}
}