From 010c68c0b1d1fa51e32dda33ed8c6115b887ba8e Mon Sep 17 00:00:00 2001 From: ludeeus Date: Wed, 18 Jul 2018 18:44:48 +0200 Subject: [PATCH] Added version tag --- custom_components/hassbian_config/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/hassbian_config/__init__.py b/custom_components/hassbian_config/__init__.py index 1e95e6a..8ef1829 100644 --- a/custom_components/hassbian_config/__init__.py +++ b/custom_components/hassbian_config/__init__.py @@ -3,6 +3,7 @@ For more details about this component, please refer to the documentation at https://github.com/ludeeus/hassbian-config_custom_component """ +__version__ = '1.0.4' import subprocess import logging