From 9b85d64655407d089d386a764a5d9359685eb9b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jan 2025 00:51:26 +0000 Subject: [PATCH] Updating to version v2.8.1 --- 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 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" }