diff --git a/.homeychangelog.json b/.homeychangelog.json index 0bedda4..681ac5a 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -598,6 +598,10 @@ "1.6.3": { "en": "Added decimals parameter for manually added entities.", "de": "Dezimalstellen-Parameter für manuell hinzugefügte Entitäten ergänzt." + }, + "1.7.0": { + "en": "Added dynamic mode lists (climate, vacuum, custom select entity).", + "de": "Dynamische Modus-Listen hinzugefügt (Klima, Staubsauger, benutzerdefinierte Select-Entität)." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 59a9d0a..cc1664e 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,7 +1,7 @@ { "id": "io.home-assistant.community", "version": "1.7.0", - "compatibility": ">=8.1.0", + "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#0DA6EA", "name": { diff --git a/app.json b/app.json index c388e1b..93eaae3 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "io.home-assistant.community", "version": "1.7.0", - "compatibility": ">=8.1.0", + "compatibility": ">=12.0.1", "sdk": 3, "brandColor": "#0DA6EA", "name": {