Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
/ camera-card Public archive

📺 Camera Card for Lovelace

License

Notifications You must be signed in to change notification settings

custom-cards/camera-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This cards should NOT be used and is no longer maintained. Release 0.92 now supports camera streams in picture cards and is the preferred method.

📺 Camera Card

GitHub Release GitHub Activity custom_updater License

Project Maintenance BuyMeCoffee

Discord Community Forum

Twitter Github

This card is for Lovelace on Home Assistant to display a camera stream

Options

Name Type Requirement Description
type string Required custom:camera-card
entity string Required Camera entity
name string Optional Card name

Installation

Step 1

Save camera-card to <config directory>/www/camera-card.js on your Home Assistant instanse.

Example:

wget https://raw.githubusercontent.com/custom-cards/camera-card/master/camera-card.js
mv camera-card.js /config/www/

Step 2

Link camera-card inside your ui-lovelace.yaml or Raw Editor in the UI Editor

resources:
  - url: /local/camera-card.js
    type: module

Step 3

Add a custom element in your ui-lovelace.yaml or in the UI Editor as a Manual Card

type: 'custom:camera-card'
entity: camera.bedroom
name: Bedroom Camera

Troubleshooting