Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.06 KB

TCC_Camera

a Live camera cart whit options.

ToDo:

  • Basic Card
  • Theme intergration
  • show recording state
  • custom name variable
  • Show trigger / motion state #Whit some help of @AndyVR

Configuration:

Variable Default Required Notes
camera_motion yest Binary sensor for motion detection
camera_title frendly_name no Path of the left button
camera_show_rec false no Shows recording state at the top right corner
camera_show_lastmotion_time false no shows last motion time in info bar

Sample:

- type: 'custom:button-card'
  template: tcc_camera
  entity: "<CAMERA ENITITY>"
  variables:
      camera_motion: "binary_sensor.<MOTION SENSOR>"
      camera_image: "<SAME AS ENTITY>"