diff --git a/custom_components/mass/__init__.py b/custom_components/mass/__init__.py index 743c2aa6..eb8d5f2b 100644 --- a/custom_components/mass/__init__.py +++ b/custom_components/mass/__init__.py @@ -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: diff --git a/custom_components/mass/manifest.json b/custom_components/mass/manifest.json index c20d1180..ea262b7c 100644 --- a/custom_components/mass/manifest.json +++ b/custom_components/mass/manifest.json @@ -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"