From d92b423127df0671abb653a48981e550675f6626 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 15 Jan 2023 07:21:16 -0500 Subject: [PATCH] Add conversation to default config (#85877) Co-authored-by: Franck Nijhof --- .github/workflows/builder.yml | 3 +++ homeassistant/components/default_config/manifest.json | 1 + homeassistant/package_constraints.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fe7304f607e06e..651f8a78993459 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -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 diff --git a/homeassistant/components/default_config/manifest.json b/homeassistant/components/default_config/manifest.json index 8e1a2f01168656..c6568db3fbf450 100644 --- a/homeassistant/components/default_config/manifest.json +++ b/homeassistant/components/default_config/manifest.json @@ -7,6 +7,7 @@ "automation", "bluetooth", "cloud", + "conversation", "counter", "dhcp", "energy", diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 3759f57361bac8..0b0f703c901633 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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