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"