-
Notifications
You must be signed in to change notification settings - Fork 20
/
repository.json
57 lines (57 loc) · 3.1 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
{
"author": "Robert Morris",
"gitHubUrl": "https://github.com/RMoRobert/Hubitat",
"payPalUrl": "https://paypal.me/bertabcd1234",
"packages": [
{
"name": "Dimmer Button Controller",
"category": "Utility",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/apps/DimmerButtonController/packageManifest.json",
"description": "Easily configure button devices to control bulbs/dimmers",
"tags": ["Lights & Switches", "Buttons"]
},
{
"name": "CoCoHue (Hue Bridge Integration)",
"category": "Integrations",
"location": "https://raw.githubusercontent.com/HubitatCommunity/CoCoHue/master/packageManifest.json",
"betaLocation": "https://raw.githubusercontent.com/RMoRobert/CoCoHue/master/packageManifestBeta.json",
"description": "Community-created Hue Bridge inegration for lights, groups, and scenes",
"tags": ["Lights & Switches", "LAN"]
},
{
"name": "Device Activity Check",
"category": "Utility",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/apps/DeviceActivityCheck/packageManifest.json",
"description": "Configure automatic notifications for inactive (no activity within specified period) devices",
"tags": ["Tools & Utilities", "Monitoring", "Notifications"]
},
{
"name": "Device Status Announcer",
"category": "Utility",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/apps/DeviceStatusAnnouncer/packageManifest.json",
"description": "Receive TTS announcements or notifications for devices (locks, contact sensors, etc.) in undesired states at specifc time or on demand",
"tags": ["Tools & Utilities", "Monitoring", "Notifications", "Safety & Security", "Doors & Windows", "Locks"]
},
{
"name": "Lights on Motion Plus",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/apps/LightsOnMotionPlus/packageManifest.json",
"description": "Turn on/off lights with motion; optionally dim before turning off. Per-mode configuration and other settings available.",
"tags": ["Lights & Switches", "Motion Control"]
},
{
"name": "One Switch at a Time",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/apps/OneSwitchAtATime/packageManifest.json",
"description": "Allows you to select a group of switches and have others turned off when one is turned on (so only one can be on at a time)",
"tags": ["Lights & Switches", "Tools & Utilities"]
},
{
"name": "Zooz ZEN34 (Remote) Community Driver",
"category": "Control",
"location": "https://raw.githubusercontent.com/RMoRobert/Hubitat/master/drivers/zooz/zooz-zen34-remote-hpmManifest.json",
"description": "Community driver supporting all features (including multi-taps) on the Zooz ZEN34 remote",
"tags": ["Lights & Switches", "Buttons"]
}
]
}