-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom_components.json
More file actions
16 lines (16 loc) · 1018 Bytes
/
custom_components.json
File metadata and controls
16 lines (16 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"shelly_cloud": {
"version": "0.1.1",
"local_location": "/custom_components/shelly_cloud/__init__.py",
"remote_location": "https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/__init__.py",
"visit_repo": "https://github.com/marcogazzola/custom_components",
"changelog": "https://github.com/marcogazzola/custom_components/blob/master/CHANGELOG.md",
"resources": [
"https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/const.py",
"https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/sensor.py",
"https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/switch.py",
"https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/cover.py",
"https://raw.githubusercontent.com/marcogazzola/custom_components/master/shelly_cloud/shelly_data.py"
]
}
}