yea, I feared as muchā¦ I donāt want to list all that, there are way to many to listā¦ and, it takes away the beauty of the auto-entities card. It would have to be something like this:
{{trigger.event.data.entity_id in state_attr('group.github_repo_updates','entity_id')}}
if any of these entity_idās would change it would have to update the sensor listed in the card made by the auto-entities card.
If thatās not possible, now, or in the future, it might be best off with this automation I already have, and ad an extra service to that, updating the sensor with the object_id of the triggering entity_id:
? they both throw errors btw, but they do workā¦, no they dont, it was because I switched views, from the log back to the view again, and it rerendered the auto-entitiesā¦ canāt an automation trigger the re-rendering of that card? if must the view maybe?
I have my cameraās motion sensors displaying when thereās movement and I was wondering if there is a chance to set the tap-action for certain entities to, instead of showing the more info box of the motion sensor, show the actual camera.
since I am looking for a way to color the icons, based on a template in (card-mod) style, did you do so here? or are these colored by custom-ui in the backend.
My battery sensors will al be the default grey after updating to HA 110ā¦ since the way custom-ui uses icon_color is no longer working from hat HA version.
Thomas, is it possible to use a template in the auto-entities that works for all entities in that card? I ask because since the earlier success here doesnt seem to work in this auto-entities card using:
This plugin is awesome!
Is it also possible to filter for a specific length?
I have a some list of fuel prices from nearby recognize with ocr only sometimes it miss the last part. So is it possible only show entinties with 2 decimals.
It works perfectly, but I decided I didnāt want the family messing with the zone in my office so I added one player, my office, in the exclude section
- entity_id: media_player.myoffice
Though it worked perfectly in not showing my playing zone, every 2-5 minutes the zone would pause all on itās own. The log simply showed that the zone was paused, but no user associated with the pause, nor was there any automations or events or scenes that even referenced this player.
I went and deleted the exclude and I havenāt had a pause in 45 minutes. I add it back and it starts pausing again.
Not sure what would cause this? If anyone has ideas Iād love to hear them. Iāll keep testing to see if I can figure something out.
Is there a way to use macroās together with auto-entities? In the template I want to include different templates of the button-card, depending on the name of the entity.
Fantastic system and I love it. One quick question: I have also integrated HA with a smartthings hub (for now) since some of my zwave are still on it. I have assigned each device to an area but when I use auto-entities it only brings the entities that are non-smartthings. for example I have a thermnostat and a lock in the same area but only the thermostat shows up and not the lock managed by smartthings. Here is the code I used:
I wanted a way to show Parcels in transit using the 17 track plugin,
however it has a limiting feature that it does not automatically add new parcels to Lovelace.
Thanks @thomasloven for this feature i have now got a plugin that displays all the parcels when added to 17track,
I then wanted to have the status reflected in the icon, i am not very good with templates and struggled to find a way to do that, so used multiple filters to show each status with a set icon,
let me know if there is a better way to do it , and the code here might help somebody else.
What does the āsecondary_infoā tag do? I see it above and see one reference in github but no descriptions or references to what it does. I tried like
filter:
include:
- entity_id: sensor.birthday.*
options:
secondary_info: years
Thinking it would list next to or under the entity name the age they will be but it doesnāt do anything or complain.
I do get something if I put in last-changed but not years so not sure how this works. For example, my entities contains years:
Also if I wanted the display for the state to show Today instead of 0 days when the value of the state is 0 could I do that somehow thru a style?
Trying to understand how to interpret that. Does that basically mean the auto-entities only supports the OOTB functionality like last-changed but nothing else? I have tried adding some cards that extend secondary_info to use attributes but didnāt return anything.