Skip to content

Play the camera video (pop-up) in the window if figate detects objects on the individual camera #416

Closed Answered by Trzinka
Trzinka asked this question in Q&A
Discussion options

You must be logged in to vote

I finally found a solution that works best for me (it's not perfect).

I'm using a Frigate for the sensor:

fp yaml code

views:
  - title: Floor plan
    path: floorplan
    theme: blue_night
    icon: mdi:floor-plan
    panel: true
    type: panel
    badges: []
    cards:
      - type: horizontal-stack
        cards:
          - type: vertical-stack
            cards:
              - type: conditional
                conditions:
                  - condition: state
                    entity: binary_sensor.jedilnica_motion
                    state: 'on'
                card:
                  type: custom:webrtc-camera
                  card_mod:
                    style: |

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Trzinka
Comment options

@OzGav
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Trzinka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants