mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Add conversation to default config (#85877)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
10829fdadb
commit
d92b423127
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
@ -163,6 +163,9 @@ jobs:
|
|||||||
'.requirements += ["home-assistant-intents=="+env(intents_version)]' \
|
'.requirements += ["home-assistant-intents=="+env(intents_version)]' \
|
||||||
homeassistant/components/conversation/manifest.json
|
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
|
python -m script.gen_requirements_all
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"automation",
|
"automation",
|
||||||
"bluetooth",
|
"bluetooth",
|
||||||
"cloud",
|
"cloud",
|
||||||
|
"conversation",
|
||||||
"counter",
|
"counter",
|
||||||
"dhcp",
|
"dhcp",
|
||||||
"energy",
|
"energy",
|
||||||
|
@ -21,8 +21,10 @@ cryptography==39.0.0
|
|||||||
dbus-fast==1.84.0
|
dbus-fast==1.84.0
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
hass-nabucasa==0.61.0
|
hass-nabucasa==0.61.0
|
||||||
|
hassil==0.2.3
|
||||||
home-assistant-bluetooth==1.9.2
|
home-assistant-bluetooth==1.9.2
|
||||||
home-assistant-frontend==20230110.0
|
home-assistant-frontend==20230110.0
|
||||||
|
home-assistant-intents==0.0.1
|
||||||
httpx==0.23.2
|
httpx==0.23.2
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
janus==1.0.0
|
janus==1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user