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

Unable to style #63

Open
SoulRaven opened this issue Mar 20, 2023 · 0 comments
Open

Unable to style #63

SoulRaven opened this issue Mar 20, 2023 · 0 comments

Comments

@SoulRaven
Copy link

SoulRaven commented Mar 20, 2023

i having troubles with styling the custom:surveillance-card, any attempt on using:

style: |

are failing, and no style is applied.
any suggestions?

also is not working if i put the card inside the costum:mod-card, nothing is render and load

title: Outdoor Cams
icon: mdi:cctv
panel: true
cards:
  - type: custom:mod-card
    card:
      type: custom:surveillance-card
      thumb_interval: 1
      thumb_position: top
      update_interval: 1
      recording_duration: 10
      show_capture_buttons: false
      camera_view: "live"
      focus_motion: true
      cameras:
        - entity: camera.sec_01_profilename001
          #motion_entity: camera.pgmo_sec_pro_01_profilename025
        - entity: camera.sec_01_profilename002
          #motion_entity: camera.pgmo_sec_pro_01_profilename026
        - entity: camera.sec_01_profilename003
          #motion_entity: camera.pgmo_sec_pro_01_profilename027
        - entity: camera.sec_01_profilename004
          #motion_entity: camera.pgmo_sec_pro_01_profilename028
        - entity: camera.sec_01_profilename005
          #motion_entity: camera.pgmo_sec_pro_01_profilename029
        - entity: camera.sec_01_profilename006
          #motion_entity: camera.pgmo_sec_pro_01_profilename030
        - entity: camera.sec_01_profilename007
          #motion_entity: camera.pgmo_sec_pro_01_profilename031
        - entity: camera.sec_01_profilename008
          #motion_entity: camera.pgmo_sec_pro_01_profilename032
    card-mod:
      style: |
        .container.thumbs-top .thumbs {
            color: red !important;
        }
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