custom-cards / surveillance-card

A custom component for displaying camera feeds in the style of a surveillance system.
Apache License 2.0
244 stars 36 forks source link

No card type found #41

Closed imwireless closed 1 year ago

imwireless commented 3 years ago

I installed via HACS but am unable to get this working.

image

image

Any suggestions?

niemyjski commented 3 years ago

Did you install this via hacs?

stu1811 commented 3 years ago

Did you install this via hacs?

I have the same issue. I installed via hacs. Let me know if I can provide any debug or logging info.

image

image

niemyjski commented 3 years ago

The type is not valid yaml, you need to escape it: type: 'custom:surveillance-card'

stu1811 commented 3 years ago

Do you mean I need the single quotes?

davidjmorin commented 3 years ago

Do you mean I need the single quotes?

Yes. Just use the single quotes and you should be good.

niemyjski commented 3 years ago

It just needs to be quoted :)

stu1811 commented 3 years ago

The type is not valid yaml, you need to escape it: type: 'custom:surveillance-card'

I'm still seeing the error

Screenshot_20210419-143757_Chrome.jpg

stu1811 commented 3 years ago

I finally figured it out. I was trying to input the view into a custom card rather than the raw editor. It's working now. The only problem now is when I click record video it saves a still image.

@imwireless are you using the raw editor or a custom card like I tried using?

azcn2503 commented 3 years ago

I get this error both when trying to add a custom card, and when using the raw editor to edit all views.

niemyjski commented 3 years ago

I haven't been able to reproduce. I'd recommend reinstalling the addon, restarting ha and clearing your browser cache just in case.

uroh commented 2 years ago

same error of azcn2503 with raw editor.

uroh commented 2 years ago

false alarm, all fixed! Sorry

niemyjski commented 1 year ago

Thanks for the update