esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces
entity_registry.hpp File Reference

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>
Include dependency graph for entity_registry.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

EntityRegistry: typed, object-oriented access to the entity store.

client.entities().switches(), entities().light("ceiling"), etc.