Skip to content

Commit

Permalink
Add conversation to default config (home-assistant#85877)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
balloob and frenck authored Jan 15, 2023
1 parent 10829fd commit d92b423
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/default_config/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"automation",
"bluetooth",
"cloud",
"conversation",
"counter",
"dhcp",
"energy",
Expand Down
2 changes: 2 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d92b423

Please sign in to comment.