From 076281cedc0772943dfc35d1aefaf934aba06daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 19 Feb 2025 12:12:45 +0000 Subject: [PATCH] Updating to version v2.8.3 --- custom_components/places/const.py | 2 +- custom_components/places/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }