Add warning to openalpr (#5315)
* Add warning to openalpr * fix lint * update comment
This commit is contained in:
parent
2e7ae1d5fe
commit
7ed83306ea
1 changed files with 3 additions and 0 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue