Update readme about hass

This commit is contained in:
Alexey Khit
2022-08-18 23:01:26 +03:00
parent 95f6592571
commit 7d064a8d33
+12 -1
View File
@@ -71,7 +71,7 @@ Available modules:
- [webrtc](#module-webrtc) - WebRTC Server (important for external access)
- [ngrok](#module-ngrok) - Ngrok integration (external access for private network)
- [ffmpeg](#source-ffmpeg) - FFmpeg integration
- [hass](#source-hass) - Home Assistant integration
- [hass](#module-hass) - Home Assistant integration
- [log](#module-log) - logs config
### Module: Streams
@@ -343,6 +343,17 @@ tunnels:
proto: tcp
```
### Module: Hass
go2rtc compatible with Home Assistant [RTSPtoWebRTC](https://www.home-assistant.io/integrations/rtsp_to_webrtc/) integration API.
- add integration with link to go2rtc HTTP API:
- Hass > Settings > Integrations > Add Integration > RTSPtoWebRTC > `http://192.168.1.123:3000/`
- add generic camera with RTSP link:
- Hass > Settings > Integrations > Add Integration > Generic Camera > `rtsp://...`
- use Picture Entity or Picture Glance lovelace card
- open full screen card - this is should be WebRTC stream
### Module: Log
You can set different log levels for different modules.