From bb87b854d90801cac10bac71dcf39d6bc4f998f0 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Wed, 17 Jan 2024 17:25:41 +0000 Subject: [PATCH] Bigger 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 c80e09b..31ab057 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.3" +INTEGRATION_VERSION = "0.4.0" CONFIG_VERSION = 1 ENTITY_TYPES = ["sensor", "binary_sensor", "switch", "button", "number", "time"]