Review Device Entities

Understanding Entities And Verifying ESPHome Device Status

Once your ESPHome device is up and running, and you have added it to Home Assistant, you should make yourself familiar with how it surfaces in Home Assistant.

This way, you can verify whether all of your device features work as intended, and figure out the entity ids assigned to the features. These ids are needed later when you want to access your device features, either to place them on a dashboard, or to automate it.

This article deals entirely with how your device surfaces in Home Assistant. Should you be using ESPHome stand-alone, you can skip this article.

Visit ESPHome Integration

The bridge between ESPHome and Home Assistant is the ESPHome integration. Integrations exist for many different frameworks. It is their job to translate between specific devices and Home Assistant.

So the first stop is to visit the ESPHome integration:

  1. In the sidebar, go to Settings, then click Devices & services. This brings up a list of integrations. Look for ESPHome. The tile already tells you the number of ESPHome devices that you added to Home Assistant:

  2. Click in the upper part of the tile (do not click on the DEVICES text in the lower part). You now get a summary page with more details. Identify the device you want to investigate.

  3. You now see a list of available entities, each one representing a specific device functionality.

In the example above, looking at a CO2 sensor, there are four entities listed, each with a unique Entity ID.

Only three entities are related to the sensor itself, exposing the current sensor readings for CO2, temperature, and humidity.

The forth entity is added automatically by ESPHome for any device, enabling you to trigger a firmware update.

Click on any entity to see the current value, find out when it was last updated, and view the data history as a graph:

Managing ESPHome Settings

There is another control panel that you may visit. It is not related to your ESPHome devices but rather controls the options for your ESPHome integration.

  1. In the sidebar, click Settings, then click Add-ons. You now see all add-ons that you have installed.

  2. Click ESPHome. You now see the add-on settings and its resource use.

  3. To control additional options, in the upper part click Configuration. Most options presented here do not need to be changed in regular use cases.

Comments

Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.

Here is how your comments are stored

Whenever you leave a comment, a new github issue is created on your behalf.

  • All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.

  • There is no third-party provider, no disrupting ads, and everything remains transparent inside github.

Github Users Yes, Spammers No

To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.

If you don’t have a github account yet, go get yourself one - it’s free and simple.

If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.

Discussions

For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.

  Show on Github    Submit Issue

(content created Jul 06, 2024 - last updated Jul 12, 2024)