-
Notifications
You must be signed in to change notification settings - Fork 19
/
repository.json
89 lines (89 loc) · 3.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"author": "Brian Wilson",
"gitHubUrl": "https://github.com/bdwilson",
"packages": [
{
"name": "SendGrid",
"category": "Convenience",
"tags": ["Notifications"],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Sendgrid/packageManifest.json",
"description": "Notification driver for SendGrid Email Service - 100 messages per day on the free plan."
},
{
"name": "Smarter Bulbs",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/SmarterBulbs/packageManifest.json",
"description": "Help keep track of the state of your smart bulbs in case of a power outage"
},
{
"name": "Geofency Presence",
"tags": [ "Presence & Location", "Safety & Security" ],
"category": "Security",
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Geofency-Presence/packageManifest.json",
"description": "Set presence based on Geofency iOS App"
},
{
"name": "OwnTracks Presence",
"tags": [ "Presence & Location", "Safety & Security" ],
"category": "Security",
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/OwnTracks-Presence/packageManifest.json",
"description": "Set presence based on OwnTracks iOS/Android App"
},
{
"name": "Honeywell Security",
"category": "Security",
"tags": [ "Safety & Security" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Honeywell/packageManifest.json",
"description": "Integration with Honeywell Vista/Envisalink Alarm Systems (requires external node-proxy server)"
},
{
"name": "Neosmart Blinds",
"category": "Control",
"tags": [ "Doors & Windows" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/NeoSmart/packageManifest.json",
"description": "Control your NeoSmart blinds (requires Neosmart hub)"
},
{
"name": "Toggle API",
"category": "Convenience",
"tags": [ "Tools & Utilities" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Toggle-API/packageManifest.json",
"description": "Toggle devices that don't support the toggle function"
},
{
"name": "Smart Mailbox",
"category": "Convenience",
"tags": [ "Tools & Utilities" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/SmartMailbox/packageManifest.json",
"description": "Be notified when you recieve mail in your mailbox"
},
{
"name": "Weewx Local Capabilities",
"category": "Convenience",
"tags": ["Weather"],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Weewx/packageManifest.json",
"description": "Allows you to bring capabilities like outdoor temp, rain status, etc into Hubitat. Switch will control if its wet/dry for use with Simple Irrigation app"
},
{
"name": "Envisalink for Vista Ademco/20p Alarm System",
"category": "Security",
"tags": [ "Safety & Security" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat_envisalink/master/packageManifest.json",
"description": "Native Hubitat support for Vista Ademco/20p via Envisalink - unsupported at this time"
},
{
"name": "Camect Connect",
"category": "Convenience",
"tags": [ "Motion Control", "Monitoring", "Safety & Security", "LAN" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/Camect/packageManifest.json",
"description": "Allows you to connect and sync HSM and virtual motion devices with your Camect NVR"
},
{
"name": "WaterGuru Integration",
"category": "Integrations",
"tags": [ "Pools & Spas", "Temperature & Humidity" ],
"location": "https://raw.githubusercontent.com/bdwilson/hubitat/master/WaterGuru/packageManifest.json",
"description": "Allows you to connect to your pool's WaterGuru device and get Chlorine, pH, flow rate and temperature."
}
]
}