From 2a3e536d6af42a92498fbbc692a49af4fe3cff76 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Mon, 13 Jul 2020 08:19:12 +0200 Subject: [PATCH] version bump --- custom_components/attributes/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/attributes/sensor.py b/custom_components/attributes/sensor.py index 1ae7976..9c129e6 100644 --- a/custom_components/attributes/sensor.py +++ b/custom_components/attributes/sensor.py @@ -18,7 +18,7 @@ from homeassistant.helpers.restore_state import RestoreEntity from homeassistant.helpers import template as template_helper -__version__ = '1.0.0' +__version__ = '1.1.0' _LOGGER = logging.getLogger(__name__)