Expose supported brands via API (#75074)

This commit is contained in:
Paulus Schoutsen
2022-07-12 13:49:54 -07:00
committed by GitHub
parent b54fe14a10
commit 41ec8cd354
7 changed files with 142 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ from . import (
requirements,
services,
ssdp,
supported_brands,
translations,
usb,
zeroconf,
@@ -39,6 +40,7 @@ INTEGRATION_PLUGINS = [
requirements,
services,
ssdp,
supported_brands,
translations,
usb,
zeroconf,