diff --git a/custom_components/places/const.py b/custom_components/places/const.py index fbc0ced..b95e919 100644 --- a/custom_components/places/const.py +++ b/custom_components/places/const.py @@ -13,7 +13,7 @@ ) DOMAIN = "places" -VERSION = "v2.8.0" +VERSION = "v2.8.1" 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 65d27a9..db7d542 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.0" + "version":"v2.8.1" }