Home Smart Home Home Assistant Lesson 18 – CREATE STREAM CAMERA IN HASS INTERFACE

Home Assistant Lesson 18 – CREATE STREAM CAMERA IN HASS INTERFACE

814 views

Instruct you to create a camera stream on the Hass interface for smooth viewing

* Note: this may affect Hass’s speed, so consider it before using it, as many of you use low-profile devices to run HASS

Step 1:

Download the camera-card.js file to follow this link

After downloading, copy the camera-card.js file to the www folder in the config section of HASS as shown below

Next add this line to configuration.yaml

Step 2:

Go to the LOVELACE interface of HASS, click the … and select Configure UI.

Then click on and select RAW CONFIG EDITOR

You add the following 3 lines:

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

Then you Save and exit. Click on the + and select Manual Card

You add the following 3 lines. Notice the Entity name and the name you want to adjust to your HASS. Save again, we have already achieved results.

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

Here we are. Good luck.

Rate this post

Related Tips And Tricks

Leave a Comment

Tips and Tricks

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept