Where do I find some entities?

Hi, I like to use an entity that I see in the developer tools → state ( see picture with green arrow ) but don’t find with the system->entities.

I’m happy if I can have 1 of the green entities. but I don’t find them.
Can somebody point me in the direction?

That is not a state, but an attribute.
States is listed in column 2 and attributes in column 3.

You can use state_attr(‘climate.xxxx’,‘attribute_name’) tå extract it in Jinja.

You do not write how you want to use it, so I cant be more specific.

Ok, I like to use it in a automation. I have a motion detector in my living room and if my pellet heater is on, then it give false detection. So if the heater is on, then I like to cut the motion detection.

If you add a state condition, after entering the entity, you can select an attribute of that entity to test for.

If I enter the “zitplaats pellet thermostaat” then I get :

and I don’t find the attribute I need.

You are doing a Device Condition. Delete that and use a State Condition.

Then, select your thermostat and see a dropdown for attributes.

Avoid using devices in automations and scripts when you can:

1 Like