Stream_source option obsoleted?

Hi All,

I recently updated home assistant core and app after running few versions behind. Most seems fine but I got an error on the stream configuration (which I did not change).

This is the error when I look into the log:

Logger: homeassistant.config
Source: config.py:464
First occurred: October 18, 2021, 11:51:13 AM (1 occurrences)
Last logged: October 18, 2021, 11:51:13 AM

Invalid config for [stream]: [stream_source] is an invalid option for [stream]. Check: stream->stream->stream_source. (See /config/configuration.yaml, line 29). Please check the docs at Stream - Home Assistant

This smells like the option was obsoleted but I have been trying to find that and see no hits on this wherever I search for. The actual stream documentation that the error refers to is of no help since it does not mention the stream_source option either. Any ideas what is going on?

BTW, this is wat is in the config file at the specified line:

stream:
  stream_source: rtsp://user:[email protected]/Streaming/Channels/102

I think you now need to use the generic_camera integration and remove stream source from the stream configuration.

Awesome! Thanks that works :slight_smile: