mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add assist_pipeline to default_config (#91651)
This commit is contained in:
parent
eabbe8969d
commit
9bd739df82
@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"application_credentials",
|
"application_credentials",
|
||||||
|
"assist_pipeline",
|
||||||
"automation",
|
"automation",
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"cloud",
|
"cloud",
|
||||||
|
@ -32,6 +32,7 @@ ifaddr==0.1.7
|
|||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
jinja2==3.1.2
|
jinja2==3.1.2
|
||||||
lru-dict==1.1.8
|
lru-dict==1.1.8
|
||||||
|
mutagen==1.46.0
|
||||||
orjson==3.8.10
|
orjson==3.8.10
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==9.5.0
|
pillow==9.5.0
|
||||||
@ -49,6 +50,7 @@ typing-extensions>=4.5.0,<5.0
|
|||||||
ulid-transform==0.6.3
|
ulid-transform==0.6.3
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
voluptuous==0.13.1
|
voluptuous==0.13.1
|
||||||
|
webrtcvad==2.0.10
|
||||||
yarl==1.8.1
|
yarl==1.8.1
|
||||||
zeroconf==0.56.0
|
zeroconf==0.56.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user