-
Notifications
You must be signed in to change notification settings - Fork 89
/
repository.json
55 lines (55 loc) · 2.5 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
49
50
51
52
53
54
55
{
"author": "David Gutheinz",
"gitHubUrl": "https://github.com/DaveGut/HubitatActive",
"packages": [
{
"name": "(DEPRECATED) Kasa Devices Integration",
"category": "Integrations",
"tags": ["LAN", "Lights & Switches"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/KasaDevices/packageManifest.json",
"description": "DEPRECATED in favor of Hubitat Built-In App and Hubitat Matter Implementation. Matter Devices (non-C8 Hubs) are supported in the Tp-Link TAPO integration (in HPM)."
},
{
"name": "TAPO Device Integration",
"category": "Integrations",
"tags": ["LAN", "Lights & Switches", "Cleaning Devices", "Energy Monitoring"],
"location": "https://raw.githubusercontent.com/DaveGut/tpLink_Hubitat/main/packageManifest.json",
"description": "TAPO Plugs, Switches, Bulbs and Kasa Matter(only) devices integration"
},
{
"name": "HubiThings Replica Drivers",
"category": "Integrations",
"tags": ["Appliances"],
"location": "https://raw.githubusercontent.com/DaveGut/HubithingsReplica/main/packageManifest.json",
"description": "Drivers for HubiThings Replica Samsung Applicance and miscellaneous devices."
},
{
"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", "Notifications", "Speakers"],
"location": "https://raw.githubusercontent.com/DaveGut/HubitatActive/master/SamsungMultiroom/packageManifest.json",
"description": "Samsung MultiRoom Speaker Integration"
},
{
"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)"
},
{
"name": "Kasa Camera",
"category": "Utility",
"tags": ["LAN", "Security", "Monitoring"],
"location": "https://raw.githubusercontent.com/DaveGut/kasaCam_Hubitat/main/packageManifest.json",
"description": "Kasa Fixed/PTC Camera and Doorbell LAN integration"
}
]
}