|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
EntityRegistry: typed, object-oriented access to the entity store. More...
#include <esphome/api/client.hpp>#include <esphome/api/model/entity_handles.hpp>#include <esphome/api/model/entity_store.hpp>#include <cstdint>#include <optional>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | esphome::api::EntityList< E > |
| A snapshot list of entity handles of one domain, with index + lookup access. More... | |
| class | esphome::api::EntityRegistry |
| Object-oriented façade over the entity store. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
EntityRegistry: typed, object-oriented access to the entity store.
client.entities().switches(), entities().light("ceiling"), etc.