refreshable-picture-card
refreshable-picture-card copied to clipboard
a refreshable picture card for HACS
For some reason I am unable to get the refreshable picture card to navigate on click. The card has loaded successfully and refreshes the picture according to the setting. While...
Please add an option to have the image appear in a "popup" window on top of the home assistant dashboard. Make it as large as possible, with an "X" to...
Animated gif such as this won't load: https://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasiril_.gif
Hey! In 0.2.0 a change was introduced that loads some library from unpkg.com: https://github.com/dimagoltsman/refreshable-picture-card/blob/master/dist/refreshable-picture-card.js#L5 Now, my hall-way tablet that has a blocked internet connection cannot use this card. I have...
**_Cannot read properties of undefined (reading 'states')_** YAML Configuration: type: custom:refreshable-picture-card title: Back Garden Camera refresh_interval: 30 entity: camera.back_garden_camera attribute: '' noMargin: true
It would be great to have dark mode theme image also, similar to [this discussion](https://www.reddit.com/r/homeassistant/comments/t83fyf/change_pictureentity_image_based_on_user_selected/) YAML coding example: ``` url: /local/image.png dark_mode_url: /local/image-night.png ```
When a dashboard with this component is opened in Home Assistant companion app (android) and put in the background (by pressing Home button or multi-tasking) and then opened again after...
I don't know why but sometimes `this.hass` is not set at the time `connectedCallback()` is called: ``` Uncaught TypeError: this.hass is undefined _getPictureUrl refreshable-picture-card.js:139 _getTimestampedUrl refreshable-picture-card.js:144 connectedCallback refreshable-picture-card.js:62 connectedCallback scoped-custom-element-registry.js:248...
Please include option to size the card and remove background (transparency), or allow to be modified with card mod.
Here is my setup: - Edit Dashboard via PC (Raw Editor) - Viewing Dashboard on Tablet using HA Companion App Every time I make an edit to my Dashboard via...