docs: point HACS install instructions and metadata at GitHub mirror
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user