diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 0616c62..6182fcc 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.8.10 +### 🐛 Bug Fixes: + +- Add `AJAR` state for sunroof #123 + ## v1.8.9 ### 🐛 Bug Fixes: diff --git a/src/config.yaml b/src/config.yaml index 48a63bf..2ec8dfe 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ name: "Volvo2Mqtt" description: "Volvo AAOS MQTT bridge" -version: "1.8.9" +version: "1.8.10" slug: "volvo2mqtt" init: false url: "https://github.com/Dielee/volvo2mqtt" diff --git a/src/const.py b/src/const.py index 097ca85..2363ced 100644 --- a/src/const.py +++ b/src/const.py @@ -1,6 +1,6 @@ from config import settings -VERSION = "v1.8.9" +VERSION = "v1.8.10" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles" @@ -51,7 +51,7 @@ "CONNECTION_STATUS_FAULT": "Fault"} window_states = {"CLOSED": "OFF", "OPEN": "ON"} -door_states = {"CLOSED": "OFF", "OPEN": "ON", "UNSPECIFIED": "UNKNOWN"} +door_states = {"CLOSED": "OFF", "OPEN": "ON", "UNSPECIFIED": "UNKNOWN", "AJAR": "ON"} engine_states = {"RUNNING": "ON", "STOPPED": "OFF", "true": "ON", "false": "OFF"} icon_states = {