From 3858cdb0269911a36f3ee89647182d3b980bfb14 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Tue, 2 Jan 2024 22:37:26 +0000 Subject: [PATCH] Updated version --- custom_components/ohme/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ohme/const.py b/custom_components/ohme/const.py index c8f17b5..8f83c0a 100644 --- a/custom_components/ohme/const.py +++ b/custom_components/ohme/const.py @@ -1,7 +1,7 @@ """Component constants""" DOMAIN = "ohme" USER_AGENT = "dan-r-homeassistant-ohme" -INTEGRATION_VERSION = "0.2.7" +INTEGRATION_VERSION = "0.2.8" DATA_CLIENT = "client" DATA_COORDINATORS = "coordinators"