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
Hello,
I've noticed a problem displaying the posters:
On my computer, the posts are displayed correctly. However, in the Companion app, no. it displays a black background
type: custom:stack-in-card cards: - type: custom:mushroom-template-card primary: Caméra secondary: > Cour avant - Batterie: {{ states('sensor.porte_d_entree_battery_percentage') }}% - Wifi {{ states('sensor.porte_d_entree_wifi_signal_level') }} icon: mdi:cctv icon_color: blue - type: custom:layout-card layout_type: masonry layout: max_cols: 1 height: auto padding: 0px card_margin: var(--masonry-view-card-margin, 0px 8px 14px) cards: - type: custom:webrtc-camera entity: camera.porte_d_entree poster: /local/snapshots/snapshot_CamEnter.jpg ui: true style: >- .screenshot {display: none} .pictureinpicture {display: none} .shortcuts { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; background: rgba(0, 0, 0, 0.5); border-radius: 50%; padding: 10px; display: flex; align-items: center; justify-content: center; } .header {display:none} shortcuts: - name: Play icon: mdi:play service: camera.turn_on service_data: entity_id: camera.porte_d_entree - name: Stop icon: mdi:stop service: camera.turn_off service_data: entity_id: camera.porte_d_entree
The text was updated successfully, but these errors were encountered:
I don't know if companion app can work with relative links.
Sorry, something went wrong.
No branches or pull requests
Hello,
I've noticed a problem displaying the posters:
On my computer, the posts are displayed correctly.
However, in the Companion app, no. it displays a black background
The text was updated successfully, but these errors were encountered: