Skip to content

Commit

Permalink
Chore: Force update of requirements
Browse files Browse the repository at this point in the history
The previous version of icalendar is no longer in sync with the version
that is used by core Home Assistant. Make sure that installing the
integration uses the correct version and also forces an upgrade of
x-wr-timezone to the latest version.

Finally, since HA 2025.1.0 is the version that explicitly starts using
icalendar 6.1.0, make sure that is the base version needed.

Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Jan 28, 2025
1 parent e83d33c commit b50b4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/rental_control/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/tykeal/homeassistant-rental-control/issues",
"requirements": ["icalendar", "x-wr-timezone"],
"requirements": ["icalendar>=6.1.0", "x-wr-timezone>=2.0.0"],
"version": "v0.0.0"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"hacs": "1.32.1",
"zip_release": true,
"filename": "rental_control.zip",
"homeassistant": "2024.5.0"
"homeassistant": "2025.1.0"
}

0 comments on commit b50b4ca

Please sign in to comment.