diff --git a/custom_components/places/const.py b/custom_components/places/const.py index a530096..5a4a1a2 100644 --- a/custom_components/places/const.py +++ b/custom_components/places/const.py @@ -13,7 +13,7 @@ ) DOMAIN = "places" -VERSION = "v2.8.2" +VERSION = "v2.8.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 84c79ab..cf8a816 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.8.2" + "version":"v2.8.3" }