Add conversation to default config (#85877)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
10829fdadb
commit
d92b423127
3 changed files with 6 additions and 0 deletions
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
|
@ -163,6 +163,9 @@ jobs:
|
|||
'.requirements += ["home-assistant-intents=="+env(intents_version)]' \
|
||||
homeassistant/components/conversation/manifest.json
|
||||
|
||||
sed -i "s|home-assistant-intents==.*|home-assistant-intents==${BASH_REMATCH[1]}|" \
|
||||
homeassistant/package_constraints.txt
|
||||
|
||||
python -m script.gen_requirements_all
|
||||
fi
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"automation",
|
||||
"bluetooth",
|
||||
"cloud",
|
||||
"conversation",
|
||||
"counter",
|
||||
"dhcp",
|
||||
"energy",
|
||||
|
|
|
@ -21,8 +21,10 @@ cryptography==39.0.0
|
|||
dbus-fast==1.84.0
|
||||
fnvhash==0.1.0
|
||||
hass-nabucasa==0.61.0
|
||||
hassil==0.2.3
|
||||
home-assistant-bluetooth==1.9.2
|
||||
home-assistant-frontend==20230110.0
|
||||
home-assistant-intents==0.0.1
|
||||
httpx==0.23.2
|
||||
ifaddr==0.1.7
|
||||
janus==1.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue