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.
This card is for Lovelace on Home Assistant to display a camera stream
Name | Type | Requirement | Description |
---|---|---|---|
type | string | Required | custom:camera-card |
entity | string | Required | Camera entity |
name | string | Optional | Card name |
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/
Link camera-card
inside your ui-lovelace.yaml
or Raw Editor in the UI Editor
resources:
- url: /local/camera-card.js
type: module
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