diff --git a/custom_components/attributes/manifest.json b/custom_components/attributes/manifest.json index d6f8f7a..c2ef0bd 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -1,7 +1,7 @@ { "domain": "attributes", "name": "Attributes", - "version": "1.2.0", + "version": "1.2.1", "documentation": "https://github.com/pilotak/homeassistant-attributes", "issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues", "requirements": [], diff --git a/custom_components/attributes/sensor.py b/custom_components/attributes/sensor.py index 5c8792d..51418b5 100644 --- a/custom_components/attributes/sensor.py +++ b/custom_components/attributes/sensor.py @@ -20,7 +20,7 @@ from homeassistant.helpers import template as template_helper from homeassistant.util import slugify -__version__ = '1.2.0' +__version__ = '1.2.1' _LOGGER = logging.getLogger(__name__)