junalmeida / homeassistant-webrtc-card

WebRTC Card with 2-way audio for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Card

A WebRTC card to display a 2-way audio camera in home assistant dashboard. To be used together with RTSPtoWebRTC and go2rtc Add-on

GitHub Release License hacs_badge

Please consider sponsoring if you feel that this project is somehow useful to you.
BuyMeCoffee

Options

For entity options, see https://www.home-assistant.io/dashboards/entities/#options-for-entities.

For tap_action options, see https://www.home-assistant.io/dashboards/actions/.

- type: custom:webrtc-card
  title: Living Room #optional
  camera_image: camera.living_room # a camera entity to use as background (optional)
  muted?: true
  tap_action:
    action: navigate
    navigation_path: /lovelace/living-room

About

WebRTC Card with 2-way audio for Home Assistant

License:MIT License


Languages

Language:TypeScript 75.8%Language:JavaScript 24.2%