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__)