forked from DaveGut/HubitatActive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repository.json
48 lines (48 loc) · 2.03 KB
/
repository.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
43
44
45
46
47
48
{
"author": "David Gutheinz",
"gitHubUrl": "https://github.com/DaveGut/HubitatActive",
"packages": [
{
"name": "Kasa Devices Integration",
"category": "Integrations",
"tags": ["LAN", "Lights & Switches", "Energy Monitoring"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/KasaDevices/packageManifest.json",
"description": "Kasa Plug, Switch, and Bulb Integration supporting both cloud and LAN integration."
},
{
"name": "DEPRICATED Cloud xKasa Devices Integration",
"category": "Integrations",
"tags": [],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/KasaCloudDevices/packageManifest.json",
"description": "Deprecated for new installations."
},
{
"name": "BleBox Device Integration",
"category": "Integrations",
"tags": ["Lights & Switches", "LAN", "Doors & Windows"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/bleBoxDevices/packageManifest.json",
"description": "BleBox Devices Integration"
},
{
"name": "Samsung MultiRoom Speakers",
"category": "Integrations",
"tags": ["LAN", "Speakers"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungMultiroom/packageManifest.json",
"description": "Samsung MultiRoom Speaker Integration"
},
{
"name": "UPnP Device Listing",
"category": "Utility",
"tags": ["LAN", "Tools & Utilities"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/UPnPListing/packageManifest.json",
"description": "List UPnP devices with path to the capability page"
},
{
"name": "Samsung TV Remote",
"category": "Utility",
"tags": ["LAN", "Multimedia"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungTvRemote/packageManifest.json",
"description": "Samsung TV Remote (2016 and Later TVs)"
}
]
}