-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepository.json
30 lines (30 loc) · 1.27 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
{
"author": "Hubitat Package Library (@mydevbox)",
"gitHubUrl": "https://github.com/mydevbox/hubitat-package-library",
"packages": [
{
"name": "MQTT Link",
"category": "Integrations",
"location": "https://raw.githubusercontent.com/mydevbox/hubitat-mqtt-link/master/packageManifest.json",
"description": "System to share and control Hubitat Elevation device states in MQTT"
},
{
"name": "WeMo Connect",
"category": "Integrations",
"location": "https://raw.githubusercontent.com/mydevbox/hubitat-package-library/master/packageManifest-WeMoConnect.json",
"description": "Allows you to integrate your WeMo devices with Hubitat"
},
{
"name": "iPhone WiFi Presence Sensor",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/mydevbox/hubitat-package-library/master/packageManifest-iPhoneWiFiPresenceSensor.json",
"description": "A virtual presence sensor for Hubitat that checks if an iPhone is on the WiFi network."
},
{
"name": "Vizio SmartCast Display Driver",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/mydevbox/hubitat-package-library/master/packageManifest-VizioSmartCastDisplay.json",
"description": ""
}
]
}