I’d like to combine the two so that the logbook shows me all the applicable leak sensors without me have to list each one. Is that possible? I’ve tried a few permutations and can’t get it to work.
Edit: The style is just to format the card title so it looks like all the rest. Ideally I would also like to add a separator line right under the title. In my entities card I use:
entities:
- type: section
EDIT2: Looks like logbook-card supports only a single entity. Is there a card that support multiple? I changed the title of the thread to reflect this…
@tom_l I tried that card but it doesn’t keep the state in the log so if the sensor changes back to DRY, you will never see that it was WET. The only thing to go on would be the last change time but that is not reliable enough and I believe that gets set on reboot too.
this didn’t actually do what I wanted it to do… I was thinking end_time was last triggered… but it’s not… I ended up just using regular logbook
I wanted to add at the bottom of every room the list of my automations that run in that room… I’m excluding the dimmers because they emmit zha_events that aren’t every readable in the log book… however the idle/wake automations are ideal… was hoping it’ll help me quickly tell what’s happening in a room…