1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01: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

@@ -701,6 +701,7 @@ message ListEntitiesCameraResponse {
string name = 3;
string unique_id = 4;
bool disabled_by_default = 5;
string icon = 6;
}
message CameraImageResponse {