I have setup an Entity Filter card with a list of my steam wishlist (as per below). Is there a way to simply use a wildcard so that as I add/remove items from my steam wishlist, it will get automatically picked up by the card as a new sensor is created. i.e binary_sensor.steam_wishlist_*
I don’t think you need the entity-filter card andauto-entities - you should be able to do everything with the latter. You’re getting that error because you haven’t provided the required filter for entity-filter card because you didn’t need it :
state_filter list REQUIRED
List of strings representing states or `filter` objects, see below.
Here’s an example of one of my cards that uses a wildcard for the entity list and filters based on state:
Ok, for those noobs out there like me, I finally got this work but slightly different code. So now it will only list those items in my wishlist that are on sale. Now just trying to work out if I can add the sale price
Old topic I know! but after hours of trial and error, I came to a solution to my dynamic trash alert. It should only show the attribute ‘day’ contains ‘Vandaag’
how can i use the custom:auto-entities in the group like this:
group:
# All Device in Wlan Entities
all_device_wlan_entities:
name: All Device in Wlan Entities
filter:
include:
- entity_id: "switch.*_internet_access"