From b039ba75b5132d1f08a9bdd21313e4519220b54a Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Thu, 13 Jun 2024 19:11:03 +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 946790f..0aa3744 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.8.1" +INTEGRATION_VERSION = "0.8.3" CONFIG_VERSION = 1 ENTITY_TYPES = ["sensor", "binary_sensor", "switch", "button", "number", "time"]