From 63a0572c15860fd8d0fcd83c614ecdcd8f5d79e4 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Fri, 25 Oct 2024 09:57:47 +0100 Subject: [PATCH] Bump 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 f332578..ec6fbb5 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 = "1.0.0" +INTEGRATION_VERSION = "1.0.1" CONFIG_VERSION = 1 ENTITY_TYPES = ["sensor", "binary_sensor", "switch", "button", "number", "time"]