Merge pull request #355 from basnijholt/components.stream

Add components.stream as dependency to fix CI
This commit is contained in:
Bas Nijholt 2022-11-06 12:33:27 -08:00 committed by GitHub
commit 4631955360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ required = [
"components.mqtt",
"components.zeroconf",
"components.http",
"components.stream",
]
to_install = []
for r in required: