Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid view - Expand only selected camera #1785

Open
fjluquerodriguez opened this issue Dec 20, 2024 · 0 comments
Open

Grid view - Expand only selected camera #1785

fjluquerodriguez opened this issue Dec 20, 2024 · 0 comments

Comments

@fjluquerodriguez
Copy link

Currently in grid mode, if i use expand action:

action: custom:frigate-card-action
frigate_card_action: expand

full grid (with all cameras) is expanded, so really, there is no so much difference... Maybe It will be more usefull if only selected camera will be expanded...

Alternatively I'm triying to open a popup with tap_action:

  actions:
    tap_action:
      - action: perform-action
        perform_action: script.popup_camera
        data:
          camera: camera.porche

This works but as you can see camera is static... I don't know how do it dynamic:

I've tried templating:

  actions:
    tap_action:
      - action: perform-action
        perform_action: script.popup_camera
        data:
          camera: "{{this.entity_id}}"

but seems that templates are not evaluated...

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant