mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add support for discovery via DHCP (#45087)
* Add support for discovery via DHCP * additional tesla ouis * merge tests * dhcp test * merge requirements test * dhcp test * dhcp discovery * dhcp discovery * pylint * pylint * pylint * fix * Add matching tests * 100% cover * cleanup * fix codespell * Update exception handling * remove unneeded comment * fix options handling exception * fix options handling exception
This commit is contained in:
@ -9,6 +9,7 @@ from . import (
|
||||
config_flow,
|
||||
coverage,
|
||||
dependencies,
|
||||
dhcp,
|
||||
json,
|
||||
manifest,
|
||||
mqtt,
|
||||
@ -31,6 +32,7 @@ INTEGRATION_PLUGINS = [
|
||||
ssdp,
|
||||
translations,
|
||||
zeroconf,
|
||||
dhcp,
|
||||
]
|
||||
HASS_PLUGINS = [
|
||||
coverage,
|
||||
|
Reference in New Issue
Block a user