-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackageManifest.json
More file actions
22 lines (22 loc) · 859 Bytes
/
packageManifest.json
File metadata and controls
22 lines (22 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"packageName": "Rental Automator",
"author": "TheDanHealy",
"version": "1.0.5",
"minimumHEVersion": "2.3",
"documentationLink": "https://github.com/TheDanHealy/hubitat-rental-automator",
"communityLink": "https://community.hubitat.com/t/release-rental-automator-for-airbnb",
"dateReleased": "2024-01-08",
"releaseNotes": "Version 1.0.5\n - Fixed bug with attempting calendar test when the calendar URL wasn't saved into the app's settings.",
"apps": [
{
"id": "37f26328-ac23-4ec6-bfb6-871a21ca3ef3",
"name": "Rental Automator",
"namespace": "thedanhealy-rental-automator",
"location": "https://raw.githubusercontent.com/TheDanHealy/hubitat-rental-automator/main/rental-automator/rental-automator.groovy",
"required": true,
"oauth": false,
"primary": true,
"version": "1.0.5"
}
]
}