diff --git a/custom_components/attributes/manifest.json b/custom_components/attributes/manifest.json index bccda0a..d6f8f7a 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -1,7 +1,7 @@ { "domain": "attributes", "name": "Attributes", - "version": "1.1.1", + "version": "1.2.0", "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 af55794..f60b25e 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.1.1' +__version__ = '1.2.0' _LOGGER = logging.getLogger(__name__)