Abeksis
January 27, 2019, 3:47am
734
I use the card-modder (attachment code) … and it does not show the design background
- type: custom:card-modder
card:
type: custom:auto-entities
show_empty: false
card:
type: entities
title: Lights on
show_header_toggle: false
filter:
include:
- domain: light
exclude:
- state: "off"
- state: "unavailable"
style:
background-image: url("/local/lovelace/background/cardbackk.png")
background-repeat: no-repeat
background-color: rgba(50,50,50,0.3)
background-size: 100% 68px
border-radius: 20px
border: solid 1px rgba(100,100,100,0.3)
box-shadow: 3px 3px rgba(0,0,0,0.4)
overflow: hidden
finity
January 27, 2019, 3:51am
735
is the extra ‘k’ supposed to be in the file name?
background-image: url("/local/lovelace/background/cardbackk .png")
Abeksis
January 27, 2019, 3:54am
736
Yes, this is the correct name for the background image. I use the same name for other places
cjsimmons
(Chris Simmons)
January 27, 2019, 4:23am
737
Thanks @thomasloven . Working great again. I had to manually update it. It’s been over 6 hours since you posted the update, and card tracker is still showing the previous version as the latest, and wants me to install that. Not sure what’s happening there.
Is card tracker playing up for anyone else?
yes I don’t see the auto-entity card in the tracker either
iantrich
(Ian)
January 27, 2019, 4:43am
739
Updater usually runs once a day I think. https://github.com/custom-cards/information/blob/master/repos.json
@ludeeus does a job need to be kicked off?
cjsimmons
(Chris Simmons)
January 27, 2019, 6:36am
740
That would make sense based on what I see. That’s a shame. Should be able to click the check button and it checks the latest versions of each card installed.
1 Like
ludeeus
(Ludeeus)
January 27, 2019, 10:28am
741
That is correct @iantrich , Im working on getting it down to hourly
cjsimmons
(Chris Simmons)
January 27, 2019, 11:40am
742
What time does it run at the moment? And what time zone?
klogg
(Klogg)
January 27, 2019, 12:06pm
743
fold-entity-row
Is it possible to change the name:
and icon:
of the head:
?
for example, but not like this, it doesn’t work
- type: custom:fold-entity-row
head: sensor.tasmota_earliest_installed_version
- name: Sonoff / Tasmota Earliest Installed Version
- icon: mdi:alpha-s-box
items:
- entity: sensor.sonoff01_firmware
name: Sonoff 01
icon: mdi:alpha-s-box
thomasloven
(Thomas Lovén)
January 27, 2019, 12:09pm
744
Do it the same way you would if it was a normal entity in an entities card.
klogg
(Klogg)
January 27, 2019, 12:28pm
745
Do you mean like this, because it doesn’t work.
(So obviously not)
- type: custom:fold-entity-row
head:
- entity: sensor.tasmota_earliest_installed_version
name: Sonoff / Tasmota Earliest Installed Version
icon: mdi:alpha-s-box
thomasloven
(Thomas Lovén)
January 27, 2019, 12:41pm
746
Since head expect only one thing, and not a list, you should remove the dash.
1 Like
any feedback on those questions?
Is there a way to use auto-entity card with media control or custom miniplayer cards? (ex: display all media-player.plex* playing in mini player or media control cards, works fine in entity mode)
Could you show us an example of the lovelace code to combine auto-entity with fold entity? Tried a few ways but cannot make this work…
Is it normal it doesn’t show up in the custom updater card?
Is there a sort option for auto-entity cards?
Thanks in advance, love yours cards|
jwelter
(John Welter)
January 27, 2019, 7:42pm
748
Very nice! Could we get the Lovelace yaml snippet to make the screen shot you attached? Struggling to nest this inside the folding-entity like you display.
jwelter
(John Welter)
January 27, 2019, 9:50pm
750
Thanks, this is great stuff!
thomasloven
(Thomas Lovén)
January 27, 2019, 10:46pm
751
card-loader
Some people have experienced problems with custom cards that wrap other custom cards (such as putting mini-media-player in vertical-stack-in-card .
I haven’t experienced this myself, so I can’t test this, but I believe card-loader could be used as a workaround until the card developers fix it.
1 Like
Thanks for that… I would never in a million years have stumbled on that code. Cheers.
jwelter
(John Welter)
January 28, 2019, 2:18pm
753
Hi Thomas -
Does this support putting a attribute on the second_line display? For example battery_level for zwave devices for the battery check would be helpful?