-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrepository.json
More file actions
83 lines (82 loc) · 4.47 KB
/
repository.json
File metadata and controls
83 lines (82 loc) · 4.47 KB
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
{
"author": "Simon Burke (sburke781)",
"gitHubUrl": "https://github.com/sburke781",
"packages": [
{
"name": "Unified Thermostat",
"category": "Integrations",
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/UnifiedThermostat/packageManifest.json",
"description": "Integrates Mitsubishi Electric Wi-Fi Thermostat platforms in Australia / NZ, Europe and the U.S. using a single unified set of drivers. Simply select your platform, enter your credentials and start using your thermostat(s) in rules, dashboards and applications. Multiple units are supported, detected automatically during the authentication / setup process. There is scope for expanding this to support other thermostats in the future, benefiting from the existing structure and logic built to integrate Mitsubishi platforms.",
"tags": [ "Climate Control","Temperature & Humidity","Cloud","LAN" ]
}
,{
"name": "Virtual Battery Sensor",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/UtilityDrivers/VirtualBatterySensor/packageManifest.json",
"description": "Virtual Battery Sensor driver for storing current battery reading for a device",
"tags": [ "Monitoring","Energy Monitoring","Misc. Devices" ]
}
,{
"name": "Ecowitt WiFi Gateway",
"category": "Integrations",
"tags": [ "Monitoring", "Irrigation", "LAN", "Temperature & Humidity", "Water", "Weather" ],
"location": "https://raw.githubusercontent.com/sburke781/ecowitt/main/packageManifest.json",
"description": "Ecowitt Wifi Gateway driver for Hubitat Elevation"
}
,{
"name": "BoM Radar Images Data File",
"category": "Integrations",
"tags": [ "Weather" ],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/BoMWeather/RadarImages/packageManifest.json",
"description": "Australia Bureau of Metereology Rain Radar Images Data File"
}
,{
"name": "Image Cycle",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/ImageCycle/packageManifest.json",
"description": "Cycles images using a locally stored HTML file and listing of image URLs in local JSON file"
}
,{
"name": "Status Avatar",
"category": "Convenience",
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/StatusAvatar/packageManifest.json",
"description": "Displays an image with decorations to indicate status information"
}
,{
"name": "Album Art Tile",
"tags": ["Dashboards", "Multimedia", "Tools & Utilities"],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/AlbumArtTile/packageManifest.json",
"description": "Allows for the displays of an album cover image on a dashboard tile by looking up a artist and album name on the MusicBrainz and Cover Art Archive online services"
}
,{
"name": "SensorPush Gateway Driver",
"tags": ["Integrations"],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/SensorPush/packageManifest.json",
"description": "Retrieves SensorPush temperature and humidity sensor readings from the SensorPush cloud storage"
}
,{
"name": "TV HeadEnd EPG Importer",
"tags": ["Integrations"],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/TVHE_EPG_Importer/packageManifest.json",
"description": "Retrieves current EPG details from an instance of TV HeadEnd, typically installed on a raspberry pi with a TV Hat"
}
,{
"name": "Simple CSS Editor",
"tags": ["Convenience"],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/SimpleCSSEditor/packageManifest.json",
"description": "A pop-up tile and dashboard styling editor"
}
,{
"name": "Mobile Controller",
"tags": ["Convenience"],
"location": "https://github.com/sburke781/MobileController/raw/master/hubitat/packageManifest.json",
"description": "Send and receive information and between your HE hub and mobile devices such as phones and tablets, along with initiating commands. Currently only Android devices are supported, using Tasker and associated Tasker plugins."
}
,{
"name": "App List (Beta)",
"tags": ["Convenience"],
"location": "https://raw.githubusercontent.com/sburke781/hubitat/master/AppList/packageManifest.json",
"description": "Produce a JSON string with a listing of Apps installed on the local HE hub, including parent / child relationships"
}
]
}