From b1d554b7124693d431fcb9fb26f36f290a5531a7 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Mon, 28 Dec 2020 11:09:20 +0100 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 8c04239..d673437 100644 --- a/custom_components/attributes/sensor.py +++ b/custom_components/attributes/sensor.py @@ -19,7 +19,7 @@ from homeassistant.helpers import template as template_helper from homeassistant.util import slugify -__version__ = '1.1.0' +__version__ = '1.1.1' _LOGGER = logging.getLogger(__name__)