We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i having troubles with styling the custom:surveillance-card, any attempt on using:
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
The text was updated successfully, but these errors were encountered: