TP Link camera has been added to the demo. It just points at the Comfort Metal enclosure to show that you can view cameras. This one was a bit difcult to set up because the ONVIF integration did not work for this TP-Link camera, so had to add rstp config in configuration.yaml
camera:
- platform: ffmpeg
name: RTSP Camera
input: rtsp://<username>:<password>@192.168.0.114:554/stream1
camera:
- platform: ffmpeg
name: RTSP Camera
input: rtsp://<username>:<password>@192.168.0.114:554/stream1

