1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add support for integrations v2 (#78801)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Erik Montnemery
2022-09-28 17:31:48 +02:00
committed by GitHub
parent 7f08dd851e
commit b173ae7f44
10 changed files with 5623 additions and 12 deletions

View File

@@ -31,7 +31,6 @@ INTEGRATION_PLUGINS = [
application_credentials,
bluetooth,
codeowners,
config_flow,
dependencies,
dhcp,
json,
@@ -44,6 +43,7 @@ INTEGRATION_PLUGINS = [
translations,
usb,
zeroconf,
config_flow,
]
HASS_PLUGINS = [
coverage,