1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-16 06:45:48 +00:00

Add EntityBase properties to ESP32 Camera (#2600)

This commit is contained in:
Paul Monigatti
2021-10-22 23:10:29 +13:00
committed by GitHub
parent f7b3f52731
commit be3cb9ef00
7 changed files with 18 additions and 7 deletions

View File

@@ -803,6 +803,7 @@ class ListEntitiesCameraResponse : public ProtoMessage {
std::string name{};
std::string unique_id{};
bool disabled_by_default{false};
std::string icon{};
void encode(ProtoWriteBuffer buffer) const override;
#ifdef HAS_PROTO_MESSAGE_DUMP
void dump_to(std::string &out) const override;