mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Add warning to openalpr (#5315)
* Add warning to openalpr * fix lint * update comment
This commit is contained in:
parent
2e7ae1d5fe
commit
7ed83306ea
@ -126,6 +126,9 @@ def setup(hass, config):
|
|||||||
binary = config[DOMAIN].get(CONF_ALPR_BINARY)
|
binary = config[DOMAIN].get(CONF_ALPR_BINARY)
|
||||||
use_render_fffmpeg = False
|
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)
|
component = EntityComponent(_LOGGER, DOMAIN, hass)
|
||||||
openalpr_device = []
|
openalpr_device = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user