dermotduffy / frigate-hass-card

A Lovelace card for Frigate in Home Assistant
MIT License
470 stars 52 forks source link

Help Request - Clip View with Thumbnail Carousel #1437

Closed nwithan8 closed 1 month ago

nwithan8 commented 1 month ago

I'm trying to make exactly this as documented in the README, but for the life of me I can't make heads or tails of this complex YAML. If anyone knows, that would be appreciated.

dermotduffy commented 1 month ago

Example that shows thumbnails underneath both live and media viewer views, with the details turned off on each thumbnail:

type: custom:frigate-card
cameras:
  - camera_entity: camera.office
live:
  controls:
    thumbnails:
      mode: below
      show_details: false
media_viewer:
  controls:
    thumbnails:
      mode: below
      show_details: false
nwithan8 commented 1 month ago

Example that shows thumbnails underneath both live and media viewer views, with the details turned off on each thumbnail:

type: custom:frigate-card
cameras:
  - camera_entity: camera.office
live:
  controls:
    thumbnails:
      mode: below
      show_details: false
media_viewer:
  controls:
    thumbnails:
      mode: below
      show_details: false

Perfect, got me where I wanted to go. Thanks!