From d9d3c4349ea3d1fed97ea9eb01afdc8b2ab40ce8 Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Thu, 15 Feb 2024 16:48:09 +0000 Subject: [PATCH] Version bump for breaking changes --- 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 206eead..8f30ab4 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.6.2" +INTEGRATION_VERSION = "0.7.0" CONFIG_VERSION = 1 ENTITY_TYPES = ["sensor", "binary_sensor", "switch", "button", "number", "time"]