docs: point HACS install instructions and metadata at GitHub mirror

This commit is contained in:
2026-05-05 17:49:55 +00:00
parent a2a4ef2a14
commit 13a66dcee5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ A Home Assistant Lovelace card that wraps [AlexxIT/WebRTC](https://github.com/Al
### HACS (custom repository)
1. HACS → Frontend → ⋮ → Custom repositories
2. Add `https://git.naps.pt/naps62/ha-webrtc-doorbell-card`, category **Lovelace**
2. Add `https://github.com/naps62/ha-webrtc-doorbell-card`, category **Dashboard**
3. Install **WebRTC Doorbell Card**, then hard-refresh your browser.
### Manual
+2 -2
View File
@@ -5,7 +5,7 @@
// (incoming via video.muted, outgoing via mic track .enabled), plus an
// optional unlock button that fires a configurable HA action.
//
// Repository: https://git.naps.pt/naps62/ha-webrtc-doorbell-card
// Repository: https://github.com/naps62/ha-webrtc-doorbell-card
(() => {
if (window.__webrtcDoorbellPatchInstalled) return;
@@ -229,7 +229,7 @@ if (!window.customCards.find((c) => c.type === 'webrtc-doorbell-card')) {
type: 'webrtc-doorbell-card',
name: 'WebRTC Doorbell',
description: 'Doorbell with answer/end call (toggles both audio directions)',
documentationURL: 'https://git.naps.pt/naps62/ha-webrtc-doorbell-card',
documentationURL: 'https://github.com/naps62/ha-webrtc-doorbell-card',
});
}