From 4b0e827f4621d325755cd118ed42cb50dcfc40e9 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Thu, 4 Jan 2024 12:15:19 +0000 Subject: [PATCH] Version bump --- 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 4f03218..f4a705f 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.3.1" +INTEGRATION_VERSION = "0.3.2" DATA_CLIENT = "client" DATA_COORDINATORS = "coordinators"