Apply suggestions from code review

This commit is contained in:
Felipe Santos
2025-07-10 16:16:50 -03:00
committed by GitHub
parent ce4bee3be7
commit b7557d750e
+2 -2
View File
@@ -610,9 +610,9 @@ Any cameras in WebRTC format are supported. But at the moment Home Assistant onl
```yaml
streams:
# link to Home Assistant Supervised
ha-webrtc1: hass://supervisor?entity_id=camera.nest_doorbell
hass-webrtc1: hass://supervisor?entity_id=camera.nest_doorbell
# link to external Home Assistant with Long-Lived Access Tokens
ha-webrtc2: hass://192.168.1.123:8123?entity_id=camera.nest_doorbell&token=eyXYZ...
hass-webrtc2: hass://192.168.1.123:8123?entity_id=camera.nest_doorbell&token=eyXYZ...
```
**RTSP Cameras**