diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fe7304f607e..651f8a78993 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 8e1a2f01168..c6568db3fbf 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 3759f57361b..0b0f703c901 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