Skip to content

Commit

Permalink
2022.11.0 Hotfix for HA 2022.11 compatibility
Browse files Browse the repository at this point in the history
No new features just yet, only a hotfix for compatibility with HA 2022.11.x
  • Loading branch information
marcelveldt committed Oct 27, 2022
1 parent 6a87eb1 commit 6101677
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/mass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@

PLATFORMS = ("media_player", "switch", "number", "select")

MIN_HA_VERSION = "2022.8.0"
MAX_HA_VERSION = "2022.8.999"
MIN_HA_VERSION = "2022.11.0"
MAX_HA_VERSION = "2022.12.999"


async def read_manifest() -> dict:
Expand Down
5 changes: 3 additions & 2 deletions custom_components/mass/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"domain": "mass",
"name": "Music Assistant",
"version": "2022.8.4",
"version": "2022.11.0",
"documentation": "https://github.com/music-assistant/hass-music-assistant",
"issue_tracker": "https://github.com/music-assistant/hass-music-assistant/issues",
"requirements": [
"music-assistant==1.8.7"
"music-assistant==1.8.7",
"git+https://github.com/music-assistant/databases@fix-breaking-sqlalchemy-cursor-changes#databases==0.6.2"
],
"codeowners": [
"@marcelveldt"
Expand Down

0 comments on commit 6101677

Please sign in to comment.