Skip to content

Commit

Permalink
Merge pull request #78 from tykeal/zip_releases
Browse files Browse the repository at this point in the history
Fix: Update HACS to do zip releases
  • Loading branch information
tykeal authored Feb 23, 2022
2 parents 3d3c298 + 4e463b2 commit 0b2c5ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "Rental Control",
"hacs": "1.13.2",
"domains": ["sensor"],
"domains": ["calendar", "sensor"],
"iot_class": "Cloud Polling",
"zip_release": true,
"filename": "rental_control.zip",
"homeassistant": "2021.7.0"
}

0 comments on commit 0b2c5ab

Please sign in to comment.