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

Custom Action "ptz_digital" has typo in docu #1662

Open
akcasoy opened this issue Oct 24, 2024 · 0 comments
Open

Custom Action "ptz_digital" has typo in docu #1662

akcasoy opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@akcasoy
Copy link

akcasoy commented Oct 24, 2024

[REQUIRED] Card diagnostic information:

card_version: 6.0.0-beta.8
browser: >-
  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML,
  like Gecko) Version/17.5 Safari/605.1.15
date: 2024-10-24T09:57:07.753Z
frigate_versions:
  01JAW7F0SF7AAWAFYP4K7Z7Z80: 5.4.0/0.14.1-f4f3cfa
lang: de
timezone: Europe/Berlin
git:
  hash: a869109
  build_date: Mon, 14 Oct 2024 00:01:23 GMT
  commit_date: Sun, 13 Oct 2024 16:50:47 -0700
ha_version: 2024.10.1
config:
  type: custom:frigate-card
  cameras:
    - camera_entity: camera.doorbell
      live_provider: go2rtc
      go2rtc:
        stream: doorbell_stream_fuer_mode_mse
        modes:
          - mse
    - camera_entity: camera.defne_cam
      live_provider: go2rtc
      go2rtc:
        stream: e1_zoom_stream_fuer_mode_mse
        modes:
          - mse
  menu:
    buttons:
      camera_ui:
        enabled: false
      cameras:
        enabled: false
      snapshots:
        enabled: false
      timeline:
        enabled: false
      frigate:
        enabled: true
      download:
        enabled: false
      media_player:
        enabled: false
      display_mode:
        enabled: false
      mute:
        enabled: true
        alignment: opposing
    style: outside
    position: bottom
    button_size: 50
  live:
    controls:
      next_previous:
        style: chevrons
      builtin: false
      thumbnails:
        mode: none
    preload: true
    lazy_load: false
    draggable: true
    transition_effect: slide
  dimensions: {}
  status_bar:
    style: none
  media_gallery:
    controls:
      thumbnails:
        size: 140
        show_favorite_control: false
        show_timeline_control: false
        show_download_control: false
      filter:
        mode: none
  performance:
    profile: high
  automations:
    - conditions:
        - condition: camera
          cameras:
            - camera.doorbell
      actions:
        - action: custom:frigate-card-action
          frigate_card_action: unmute
      actions_not:
        - action: custom:frigate-card-action
          frigate_card_action: mute
  elements:
    - type: custom:frigate-card-menu-icon
      icon: mdi:arrow-collapse
      tap_action:
        action: custom:frigate-card-action
        frigate_card_action: ptz_digital
    - type: custom:frigate-card-conditional
      conditions:
        - condition: camera
          cameras:
            - camera.doorbell
      elements:
        - type: custom:frigate-card-menu-state-icon
          icon: mdi:ceiling-light
          priority: 1
          entity: light.hue_white_lamp_kinderzimmer
          tap_action:
            action: toggle
        - type: custom:frigate-card-menu-state-icon
          icon: mdi:track-light
          entity: switch.e1_zoom_infrarotlicht_im_nachtmodus
          tap_action:
            action: toggle

[REQUIRED] Description of problem:

Here you can see.

The actual value for frigate_card_action is ptz_digital. Not ptz-digital.

Bildschirmfoto 2024-10-24 um 12 05 07
@akcasoy akcasoy added the bug Something isn't working label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant