J. Nick Koston da677f7d5a
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
2021-01-14 09:09:08 +01:00

36 lines
606 B
JSON

{
"domain": "default_config",
"name": "Default Config",
"documentation": "https://www.home-assistant.io/integrations/default_config",
"dependencies": [
"automation",
"cloud",
"counter",
"dhcp",
"frontend",
"history",
"input_boolean",
"input_datetime",
"input_number",
"input_select",
"input_text",
"logbook",
"map",
"media_source",
"mobile_app",
"person",
"scene",
"script",
"ssdp",
"sun",
"system_health",
"tag",
"timer",
"updater",
"webhook",
"zeroconf",
"zone"
],
"codeowners": []
}