pfunkmallone / HACS-camect-custom_card

A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.

Home Page:https://camect.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HACS-camect-custom_card

hacs_badge HACS-camect-custom_card Maintenance

A custom card which exposes the Camect video streams via the Home Assistant Lovelace interface.

NOTICE

I'll be shutting down this project by June 2024. Another user, Fr3d has created a better integration which I've been using for several months. Please use his solution.

I did NOT create this custom card. I simply created this repo to simplify the installation of the custom card via Home Assistant Community Store (aka HACS). The original proof-of-concept custom card (written by one of the Camect developers) is located HERE. The Camect developers don't use Home Assistant so they can't prioritize improvements on the integration or custom card. Ideally, they hope that users in the Home Assistant community will take on the responsibility to improve it and keep it up-to-date with Home Assistant. I am not a developer, so I'm incapable of doing so.

Prerequisites:

Installation Steps:

  • Add this repo to HACS (as type "plugin")
  • In HACS, install this card
  • Add the resources to Lovelace -- Add this to the ui-lovelace.yaml file:
resources:
  - url: /community/HACS-camect-custom_card/HACS-camect-custom_card.js
    type: js
  • Create a "manual" card in Lovelace, and enter the following YAML:
type: "custom:camect-card"
entity: camera.camect_YOUR_CAMERA_ID

About

A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.

https://camect.com


Languages

Language:JavaScript 100.0%