why use the icon template? youāve selected the device_class: battery, which does that for you
or doesnt the mushroom card show the core device_class? (asking since I dont use the Mushroom cards)
No, I havenāt done anything with hidden entities - do not have them.
Your solution with a group seems to be OK. If the group may be created automatically - then it would be great.
Is there any way to determine the āhiddenā flag in templates?
Is it possible to use auto-entities with Mushroom Chips cards? The mushroom chip card expects a single entity parameter rather than a list of entities. Auto entities would have to create a separate card for each entity in the list.
Looking for some help - I want a card to show if any devices are playing plex. This is what I have so far.
Things I am looking to add. Sort in order by device name, test implementing with mini media player, Title of movie/show playing. Or looking for what others are doing for this.
Canāt help with the rest, not using media_player, but there is a sort option for auto-entities. options - sort:
@all:
Can anybody think of a way of checking how many entities are being auto created by auto-entities? I would like to make some cards conditional on the amount of entities to be displayed.
Auto-entities does seem to have an internal counter that can be used for count: but I cannot see how to access it in Javascript.
I have problems wrapping my head around this simple task. Instead of displaying āstateā in the Glance-card, I want to display the āshow_last_changedā or ālast-changedā (custom:auto-entities) for all entities showing up in the card.
Any ideas?
I was hoping that it would be possible to either access the internal count number or maybe count something like āfor s in seriesā or something, i.e. get the number of series that are being plotted. Something like that.
I have a printer that has multiple color inks. They are used to print āprofessionalā pictures.
I am successfully displaying the various ink color levels, sorted properly, lowest on top using the Auto-Entities card. I am delighted as I no longer have to guess which ink I have to order.
Two features I would like to add, I just cannot seem to figure out how.
Is there a way to set a level (say 20%) where the icon display changes color?
Is there a way to reduce the displayed entity string (using regex?) as the actual color does not show in mobile, it is too long.
I was trying to figure out how option is used but could not figure it.
This is what I have now.
type: custom:auto-entities
card:
type: entities
title: Epson Color ink status
entities:
- entity: sensor.epson_xp_15000_series
filter:
include:
- entity_id: /.*epson_xp_15000_series_.*$/
sort:
method: state
reverse: false
numeric: true
show_empty: true
Left is how it looks on desktop, while right is on the phone.