-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackageManifest.json
30 lines (30 loc) · 1004 Bytes
/
packageManifest.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
{
"packageName": "Google Photos",
"author": "David Kilgore",
"minimumHEVersion": "1.0.8",
"documentationLink": "https://github.com/dkilgore90/google-photos/blob/master/README.md",
"communityLink": "https://community.hubitat.com/t/project-google-photos-integration-for-dashboard-image-slide-show/72686",
"dateReleased": "2021-05-15",
"apps": [
{
"id": "a2b6b372-5f9c-4200-b34f-a9d252e55948",
"name": "Google Photos App",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-photos/master/photos-app.groovy",
"required": true,
"oauth": true,
"primary": true,
"version": "0.3.3"
}
],
"drivers": [
{
"id": "2fd75b29-b192-42b6-8a8f-b7a963b8c932",
"name": "Google Photos Device",
"namespace": "dkilgore90",
"location": "https://raw.githubusercontent.com/dkilgore90/google-photos/master/photos-device.groovy",
"required": true,
"version": "0.1.0"
}
]
}