-
Notifications
You must be signed in to change notification settings - Fork 13
/
repository.json
51 lines (51 loc) · 1.62 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
{
"author": "Justin Walker (augoisms)",
"gitHubUrl": "https://github.com/augoisms/hubitat",
"packages": [
{
"name": "Somfy ZRTSI",
"tags": [
"Window Coverings",
"ZWave"
],
"location": "https://raw.githubusercontent.com/augoisms/hubitat/master/somfy-zrtsi/packageManifest.json",
"description": "A driver for the Somfy ZRTSI"
},
{
"name": "Rainforest Eagle",
"tags": [
"LAN",
"Energy Monitoring"
],
"location": "https://raw.githubusercontent.com/augoisms/hubitat/master/rainforest-eagle/packageManifest.json",
"description": "A driver for the Rainfoest Eagle"
},
{
"name": "SunCalc",
"tags": [
"Weather"
],
"location": "https://raw.githubusercontent.com/augoisms/hubitat/master/sun-calc/packageManifest.json",
"description": "A driver that calculates the position of the sun"
},
{
"name": "Laundry Manager",
"tags": [
"Appliances",
"Energy Monitoring",
"Notifications"
],
"location": "https://raw.githubusercontent.com/augoisms/hubitat/master/laundry-manager/packageManifest.json",
"description": "Monitors the power consumption of a washer & dryer and alerts you upon cycle completion"
},
{
"name": "WeatherFlow Lite",
"tags": [
"Cloud",
"Weather"
],
"location": "https://raw.githubusercontent.com/augoisms/hubitat/master/weatherflow/packageManifest.json",
"description": "A pared-down weather driver that subscribes to your WeatherFlow station devices using the WebSocket API"
}
]
}