forked from KavajNaruj/homeassistant-enigma-player
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcustom_components.json
executable file
·23 lines (23 loc) · 1.22 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
{
"Enigma component": {
"version": "1.9",
"local_location": "custom_components/enigma/__init__.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/__init__.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Media Player": {
"version": "1.9",
"local_location": "custom_components/enigma/media_player.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/media_player.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
},
"Enigma Notification": {
"version": "1.9",
"local_location": "custom_components/enigma/notify.py",
"remote_location": "https://raw.githubusercontent.com/cinzas/homeassistant-enigma-player/master/enigma/notify.py",
"visit_repo": "https://github.com/cinzas/homeassistant-enigma-player",
"changelog": "https://github.com/cinzas/homeassistant-enigma-player/releases/latest"
}
}