I thought removing the “stream:” entry from configuration.yaml file would disable the stream component but it kept loading even with out that line. Am I missing something? How to disable it?
1 Like
Probably a bit late now, but for anyone else looking for this answer, here’s what I know (but haven’t tested):
- Removing
stream:
from theconfiguration.yaml
is how you disable it - There is a default configuration that includes
stream:
by default - You can disable the default configuration by also removing
default_config:
fromconfiguration.yaml
- If you do this, you may want to manually include the other things that were included in the default configuration, which you can find in Default Config - Home Assistant or https://github.com/home-assistant/core/blob/c265d3f3ccf464c32154219369453974f13b5cd3/homeassistant/components/default_config/manifest.json or your own local copy of
homeassistant/components/default_config/manifest.json