-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcustom_components.json
18 lines (18 loc) · 1.07 KB
/
custom_components.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"sinope": {
"version": "1.7.1",
"local_location": "/custom_components/sinope/__init__.py",
"remote_location": "https://github.com/claudegel/sinope-gt125/tree/master/custom_components/__init__.py",
"visit_repo": "https://github.com/claudegel/sinope-gt125",
"changelog": "https://github.com/claudegel/sinope-gt125/wiki/Changelog",
"resources": [
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/light.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/climate.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/switch.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/device.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/crc8.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/const.py",
"https://github.com/claudegel/sinope-gt125/tree/master/custom_components/services.yaml"
]
}
}