diff --git a/custom_components/places/const.py b/custom_components/places/const.py index 7f08650..de38a0e 100644 --- a/custom_components/places/const.py +++ b/custom_components/places/const.py @@ -9,7 +9,7 @@ ) DOMAIN = "places" -VERSION = "v2.5.2.1" +VERSION = "v2.5.3" EVENT_TYPE = DOMAIN + "_state_update" PLATFORM = Platform.SENSOR ENTITY_ID_FORMAT = Platform.SENSOR + ".{}" diff --git a/custom_components/places/manifest.json b/custom_components/places/manifest.json index 33951c3..7ae75a1 100644 --- a/custom_components/places/manifest.json +++ b/custom_components/places/manifest.json @@ -10,5 +10,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/custom-components/places/issues", "requirements": [], - "version":"v2.5.2.1" + "version":"v2.5.3" }