Remove this line from your configuration.yaml
file (then restart Home Assistant):
conversation:
If you don’t have that line in the file but you have this one:
default_config:
then it’s more complicated to remove the Assist feature.
Default Config (currently) represents about 40 integrations (and one of them is the Conversation integration). Instead of specifying all 40 of them in configuration.yaml
you only need to specify default_config:
and it will automatically include all 40 of them.
However, if you don’t want one of the 40 integrations (like conversation
) you have to remove default_config:
and replace it with the remaining 39 integrations that are normally part of Default Config.
If you do that then you will be assuming a new maintenance responsibility. The number of integrations represented by Default Config can increase as new versions of Home Assistant are introduced. That means if Default Config contains 41 integrations in the next version, you will have to manually add the extra integration key to your configuration.yaml
file.