diff --git a/custom_components/ariston/ariston.py b/custom_components/ariston/ariston.py index a6a5d31..fdc3b80 100644 --- a/custom_components/ariston/ariston.py +++ b/custom_components/ariston/ariston.py @@ -1,7 +1,6 @@ """Suppoort for Ariston.""" import copy import logging -from multiprocessing.sharedctypes import Value import re import threading from typing import Union diff --git a/custom_components/ariston/manifest.json b/custom_components/ariston/manifest.json index f504733..ee82135 100644 --- a/custom_components/ariston/manifest.json +++ b/custom_components/ariston/manifest.json @@ -6,5 +6,5 @@ "requirements": [], "dependencies": [], "codeowners": ["@chomupashchuk"], - "version": "2.0.1" + "version": "2.0.2" }