forked from twrecked/hass-aarlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_components.json
42 lines (42 loc) · 3.37 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"aarlo": {
"version": "0.7.1",
"local_location": "/custom_components/aarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
"changelog": "https://github.com/twrecked/hass-aarlo/blob/master/changelog",
"resources": [
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/binary_sensor.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/sensor.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/alarm_control_panel.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/camera.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/switch.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/light.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/media_player.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/manifest.json",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/services.yaml"
]
},
"pyaarlo": {
"version": "0.7.1",
"local_location": "/custom_components/aarlo/pyaarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
"changelog": "https://github.com/twrecked/hass-aarlo/blob/master/changelog",
"resources": [
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/backend.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/cfg.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/storage.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/media.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/util.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/camera.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/background.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/sseclient.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/doorbell.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/base.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/constant.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/device.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/light.py"
]
}
}