diff --git a/custom_components/average/__init__.py b/custom_components/average/__init__.py index 4ac987c..48a2e64 100644 --- a/custom_components/average/__init__.py +++ b/custom_components/average/__init__.py @@ -11,5 +11,5 @@ """ # Base component constants -VERSION = '1.5.1' +VERSION = '1.6.0' ISSUE_URL = "https://github.com/Limych/ha-average/issues"