AlexxIT / WebRTC

Home Assistant custom component for real-time viewing of almost any camera stream using WebRTC and other technologies.
https://github.com/AlexxIT/Blog
MIT License
1.46k stars 172 forks source link

New installation, no custom Lovelace card is created #439

Open rosshenning opened 1 year ago

rosshenning commented 1 year ago

I just installed WebRTC and set it up in Home Assistant. I used HACS for the initial installation, then added the WebRTC integration under Devices and services. Everything appears to work fine, but no lovelace custom card is available to use after the installation. I've tried deleting and reinstalling again and that did not help.

Either I'm missing something in the installation steps, or something is broken in the install.

Johan219 commented 1 year ago

I have the same problem. Installation flawless, no lovelace card

mihaimihai18 commented 1 year ago

Me too :(

Johan219 commented 1 year ago

I downgraded to version 2.3.1 and there the integration works without any problems.

DrZell commented 1 year ago

It happens to me too

HAcloudintergrations commented 1 year ago

Can confirm. No custom webrtc card

Custom element doesn't exist: webrtc-camera. type: custom:webrtc-camera

Krystian0 commented 1 year ago

Try adding this to configuration.yaml and restart ha. For me it fixed the problem.

lovelace:
  resources:
    - url: /hacsfiles/webrtc/webrtc-camera.js
      type: module
HAcloudintergrations commented 1 year ago

Thank you @Krystian0

The integration started working on its own, I haven't been able to pin point the reason (multiple restarts/reinstalls attempted). I installed scheduler and digital clock intergrations the following day, but not sure if this is related.

I have a working RSTP feed. THANK YOU @AlexxIT

blamaz commented 1 year ago

Same problem here, no custom card

AlexxIT commented 1 year ago

Maybe related to https://github.com/AlexxIT/WebRTC/issues/260

reylinux commented 4 days ago

Hi I just insatlled it today and also don't see the custom Lovelace card created.

Hi tried to add that line to config YAML and reinstall a few times but still no avail. Can anyone please help?