Add warning to openalpr (#5315)

* Add warning to openalpr

* fix lint

* update comment
This commit is contained in:
Pascal Vizeli 2017-01-14 15:36:20 +01:00 committed by GitHub
parent 2e7ae1d5fe
commit 7ed83306ea

View File

@ -126,6 +126,9 @@ def setup(hass, config):
binary = config[DOMAIN].get(CONF_ALPR_BINARY)
use_render_fffmpeg = False
_LOGGER.warning("This platform is replaced by 'image_processing' and will "
"be removed in a future version!")
component = EntityComponent(_LOGGER, DOMAIN, hass)
openalpr_device = []