From ed64599903eaa396d79e811d2265a586ce43a19e Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Thu, 1 Feb 2024 09:42:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20compatibility=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ludy87 --- custom_components/xplora_watch/config_flow.py | 2 +- custom_components/xplora_watch/const.py | 1 - custom_components/xplora_watch/const_schema.py | 3 +-- custom_components/xplora_watch/coordinator.py | 2 +- custom_components/xplora_watch/manifest.json | 6 +++--- hacs.json | 4 ++-- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/custom_components/xplora_watch/config_flow.py b/custom_components/xplora_watch/config_flow.py index f159059..414a2ac 100644 --- a/custom_components/xplora_watch/config_flow.py +++ b/custom_components/xplora_watch/config_flow.py @@ -22,6 +22,7 @@ from homeassistant.const import ( ATTR_LATITUDE, ATTR_LONGITUDE, + CONF_COUNTRY_CODE, CONF_EMAIL, CONF_LANGUAGE, CONF_PASSWORD, @@ -47,7 +48,6 @@ ) from .const import ( - CONF_COUNTRY_CODE, CONF_HOME_LATITUDE, CONF_HOME_LONGITUDE, CONF_HOME_RADIUS, diff --git a/custom_components/xplora_watch/const.py b/custom_components/xplora_watch/const.py index ff3edbb..e4d4103 100644 --- a/custom_components/xplora_watch/const.py +++ b/custom_components/xplora_watch/const.py @@ -39,7 +39,6 @@ ATTR_WATCH: Final = "watch" -CONF_COUNTRY_CODE: Final = "country_code" CONF_HOME_SAFEZONE: Final = "home_is_safezone" CONF_HOME_LATITUDE: Final = "home_latitude" CONF_HOME_LONGITUDE: Final = "home_longitude" diff --git a/custom_components/xplora_watch/const_schema.py b/custom_components/xplora_watch/const_schema.py index e003ad3..dffeea8 100644 --- a/custom_components/xplora_watch/const_schema.py +++ b/custom_components/xplora_watch/const_schema.py @@ -4,7 +4,7 @@ import voluptuous as vol -from homeassistant.const import CONF_EMAIL, CONF_LANGUAGE, CONF_PASSWORD +from homeassistant.const import CONF_COUNTRY_CODE, CONF_EMAIL, CONF_LANGUAGE, CONF_PASSWORD from homeassistant.helpers.selector import ( SelectOptionDict, SelectSelector, @@ -16,7 +16,6 @@ ) from .const import ( - CONF_COUNTRY_CODE, CONF_PHONENUMBER, CONF_TIMEZONE, CONF_USERLANG, diff --git a/custom_components/xplora_watch/coordinator.py b/custom_components/xplora_watch/coordinator.py index 633f560..e936f79 100644 --- a/custom_components/xplora_watch/coordinator.py +++ b/custom_components/xplora_watch/coordinator.py @@ -18,6 +18,7 @@ ) from homeassistant.config_entries import ConfigEntry from homeassistant.const import ( + CONF_COUNTRY_CODE, CONF_EMAIL, CONF_LANGUAGE, CONF_PASSWORD, @@ -36,7 +37,6 @@ ATTR_TRACKER_LNG, ATTR_TRACKER_POI, ATTR_TRACKER_RAD, - CONF_COUNTRY_CODE, CONF_MAPS, CONF_MESSAGE, CONF_OPENCAGE_APIKEY, diff --git a/custom_components/xplora_watch/manifest.json b/custom_components/xplora_watch/manifest.json index df9b1e7..c2635ae 100644 --- a/custom_components/xplora_watch/manifest.json +++ b/custom_components/xplora_watch/manifest.json @@ -9,14 +9,14 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/Ludy87/xplora_watch/issues", "requirements": [ - "pyxplora_api==2.12.5", + "pyxplora_api==2.12.6", "backoff==2.2.1", "requests==2.31.0", - "aiohttp==3.9.1", + "aiohttp==3.9.3", "geopy==2.4.1", "dataclasses-json==0.6.3", "pydub", "marshmallow-enum" ], - "version": "v2.13.4-beta" + "version": "v2.13.5" } diff --git a/hacs.json b/hacs.json index 6b0f7a9..dd0ea3f 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "Xplora\u00ae Watch", "zip_release": true, "render_readme": true, - "homeassistant": "2024.1.0", - "hacs": "1.33.0", + "homeassistant": "2024.1.6", + "hacs": "1.34.0", "filename": "xplora_watch.zip" } \ No newline at end of file