mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Add warning to openalpr (#5315)
* Add warning to openalpr * fix lint * update comment
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
Reference in New Issue
Block a user