Documentation: use generic url in channels dvr widget docs (#3434)

This commit is contained in:
Noah S. Roberts 2024-05-10 01:56:30 -06:00 committed by GitHub
parent 986a18170c
commit 857ac1f7dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,5 +8,5 @@ Learn more about [Channels DVR Server](https://getchannels.com/dvr-server/).
```yaml
widget:
type: channelsdvrserver
url: http://192.168.1.55:8089
url: http://server.host.or.ip:port
```