Show current state on device/entity lists

When I check my Sensibo device list I see all my sensibo devices, however the most important piece of information is omitted. When looking at this list I feel the most important information is the current state. I want to see if my air conditioners are turned on. Currently I need to go into every device to see if they running. Where as a column would be great to see if they are currently on.

Having this additional column will make it easier to see at a glance to see the currently state for all the device or entity.

Developer Tools → States. You can filter in the column headings. It would be nice if there was a device/integration column though.

You could dive into 🔹 Auto-entities - Automatically fill cards with entities

make yourself a dashboard card with all of your sensibos…

I know that you can do this, but it does mean when I add a additional device I need to update this dashboard.

But being able to see the current state of a device in a device list would make an improvement.

No, that is not true.

Exactly opposite - the purpose of auto entities card is to display anything, you define with a filter. So if your filter is set up right, the card will automatically add new devices and also removed devices will go away automatically.

You can use wildcards with it. Something like this:

include:
  - entity_id: "*sensibo*"

would automatically display any sensibo device available in your system.

So, have a look again, and dive deeper into it :wink: