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