I can’t seem to get HA to display an entries card if a sensors attribute is true.
I’ve actually tried most of the attributes here and can’t get any of them to show the card.
Unlike states, which are always strings, attributes can be other data types. In this case you are conditioning on a string value when the attribute is a boolean. Remove the quote marks from around true.