Skip to content

Commit

Permalink
Fix: Update HACS to do zip releases
Browse files Browse the repository at this point in the history
While doing some looking into analytics it was discovered that all
versions of Rental Control were reporting version 0.0.0 which means that
all installed versions have been installing directly from the
repository. This makes it hard to understand what the install base is!

As zip releases were supposed to be on for a long time this actually
fixes it to have them on.

It also fixes the fact that the calendar domain was not listed

Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
  • Loading branch information
tykeal committed Feb 23, 2022
1 parent 3d3c298 commit 4e463b2
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 4e463b2

Please sign in to comment.