diff --git a/custom_components/camera/combined.py b/custom_components/camera/combined.py index 37cdbd6..946dbc9 100644 --- a/custom_components/camera/combined.py +++ b/custom_components/camera/combined.py @@ -10,7 +10,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.components.camera import (PLATFORM_SCHEMA, Camera) -__version__ = '0.2.1' +__version__ = '0.0.1' _LOGGER = logging.getLogger(__name__) CONF_ENTITIES = 'entities'