List of cards Reqires 2 or more cardsOnly Optional if folder=true
style
list
Optional
List of Style attributes
arrow_color
string
Optional
Color of the Navigational Arrows, Default: Black
arrow_opacity
string
Optional
Opacity of the Navigational Arrows, Default: 1
flush
boolean
Optional
Makes the inner Cards flush with the Slideshow Card, Default: false
auto_play
boolean
Optional
Option to turn on/off auto switching of the cards, Default: false
auto_delay
string
Optional
Seconds between switching to next card when autoplay=true, Default: 5
folder
entity
Optional
This is for dynamically pulling images from a folder See Dynamic Slideshow
Added Child Card Variables
Name
Type
Default
Description
style
list
Optional
List of Style Attributes per Card - This allows for styling of Child Cards
Dynamic Slideshow
This allows you add images to a folder in your WWW folder that contains images you would like the see in the slideshow. Currently, this requires over writing the Folder Sensor so that the client can see the files. I am working on a built in method but wanted to get this feature available.
You will need to create a folder in your config directory named custom_components, within the custom_components folder you will need to create a sensor folder, and within that folder copy the folder.py file.
Create a folder in your config directory named custom_components
Create a folder in your custom_components named sensor
Copy the folder.py into the sensor folder
Add the folder sensor to your configuration.yaml file
Funny - when I saw the title of this thread, that was my first assumption of what this card would do. I was thinking about this just the other day - if I had enough space on my main dashboard, I wouldn’t mind a slideshow of family pictures running in a card.
Hi, I’m using your slideshow card for IP camera monitoring which rotates through live camera streams (picture-glance cards).
Works great!!
Would it be possible to have the slideshow skip a stream if an associated sensor is off?
For example, if one the camera stream is offline, slideshow skip to the next and not displaying blank for x seconds?
I tried to use conditional card with each picture-glance for the streams but still display a blank card for x seconds.
Since a few month this card isn’t working anymore… I always get the following error shown in lovelace:
element.setConfig is not a function
type: 'custom:slideshow-card'
fill: true
arrow_color: White
arrow_opacity: 0.5
auto_play: true
auto_delay: 4
style:
border-radius: 25px
cards:
- type: picture-entity
entity: camera.eingang_innen
name: Eingang Innen
show_state: false
camera_image: camera.eingang_innen
- type: picture-entity
name: Eingang Aussen
show_state: false
entity: camera.eingang_aussen
camera_image: camera.eingang_aussen
Anyone else having the same problem? It was working great for months without any problems. I know the card isn’t updated anymore and archived on github… Any chance to get it working again? Or is it working with the latest versions for someone else? Or are the camera pictures not supported anymore?
I am using 0.107.7 but have this problem since a few updates now…
It seems that this was broken by the migration to /hacsfiles/ for front-end plugins. I removed the entry for slideshow-card from Configuration > Lovelace Dashboards > Resources and then re-added it with the following parameters:
Looks like the original author has decided to not support this any more, but there are two forks which have been updated in the past couple months for newer HA versions:
Note: In case someone has same problem as I did. Be aware of styling child card with card-mod. I just copy-paste picture-element card I was using with card-mod styling and it was rendering cards vertically without arrows. Once I removed card-mod styling it was all good. -> using igloo15 version.