diff --git a/custom_components/places/const.py b/custom_components/places/const.py index 511c0d1..106c2eb 100644 --- a/custom_components/places/const.py +++ b/custom_components/places/const.py @@ -9,7 +9,7 @@ ) DOMAIN = "places" -VERSION = "v2.6.0" +VERSION = "v2.6.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 21ada52..8f5aac0 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.6.0" + "version":"v2.6.1" }