Skip to content

Commit

Permalink
Merge pull request #47 from rccoleman/master
Browse files Browse the repository at this point in the history
Changing paths to reflect the original repo and not the fork
  • Loading branch information
twrecked committed Apr 18, 2019
2 parents fe1c58d + 5015cfe commit d84f02b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions custom_cards.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"aarlo-glance": {
"changelog": "https://github.com/rccoleman/hass-aarlo/blob/master/changelog",
"remote_location": "https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/www/aarlo-glance.js",
"changelog": "https://github.com/twrecked/hass-aarlo/blob/master/changelog",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/www/aarlo-glance.js",
"version": "0.0.3",
"visit_repo": "https://github.com/rccoleman/hass-aarlo"
"visit_repo": "https://github.com/twrecked/hass-aarlo"
}
}
66 changes: 33 additions & 33 deletions custom_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,46 @@
"aarlo": {
"version": "0.0.2",
"local_location": "/custom_components/aarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/__init__.py",
"visit_repo": "https://github.com/rccoleman/hass-aarlo",
"changelog": "https://github.com/rccoleman/hass-aarlo/blob/master/changelog",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/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/rccoleman/hass-aarlo/master/aarlo/binary_sensor.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/sensor.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/alarm_control_panel.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/camera.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/backend.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/storage.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/__init__.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/media.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/util.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/camera.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/background.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/sseclient.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/doorbell.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/base.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/constant.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/device.py"
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/binary_sensor.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/sensor.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/alarm_control_panel.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/camera.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/backend.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/storage.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/__init__.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/media.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/util.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/camera.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/background.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/sseclient.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/doorbell.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/base.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/constant.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/device.py"
]
},
"pyaarlo": {
"version": "0.0.2",
"local_location": "/custom_components/aarlo/pyaarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/__init__.py",
"visit_repo": "https://github.com/rccoleman/hass-aarlo",
"changelog": "https://github.com/rccoleman/hass-aarlo/blob/master/changelog",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/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/rccoleman/hass-aarlo/master/aarlo/pyaarlo/backend.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/storage.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/media.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/util.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/camera.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/background.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/sseclient.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/doorbell.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/base.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/constant.py",
"https://raw.githubusercontent.com/rccoleman/hass-aarlo/master/aarlo/pyaarlo/device.py"
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/backend.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/storage.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/media.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/util.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/camera.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/background.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/sseclient.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/doorbell.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/base.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/constant.py",
"https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/device.py"
]
}
}

0 comments on commit d84f02b

Please sign in to comment.