-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathHPM.json
40 lines (40 loc) · 1.36 KB
/
HPM.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
{
"author": "napalmcsr",
"gitHubUrl": "https://github.com/napalmcsr",
"packages": [
{
"name": "Keenect Lite",
"category": "Control",
"tags": [
"Climate Control",
"Temperature & Humidity"
],
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/docs/keenectManifest.json",
"description": "Controls Keen Vents using temp sensors"
},
{
"name": "Seasonal Pool Controller",
"category": "Control",
"tags": ["Pools & Spas"],
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/docs/poolManifest.json",
"description": "Controls a pool pump based on calendar Month"
},
{
"name": "Bathroom Humidity Fan",
"category": "Control",
"tags": [
"Bathroom",
"Temperature & Humidity"
],
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/docs/BathHumidityManifest.json",
"description": "Controls a Bathroom Fan Based on humidity and/or time"
},
{
"name": "Thermostat Tracker",
"category": "Convenience",
"tags": ["Climate Control"],
"location": "https://raw.githubusercontent.com/napalmcsr/Hubitat_Napalmcsr/master/docs/ThermostatTrackerManifest.json",
"description": "Tracks Thermostat usage by Thermostat State"
}
]
}