Skip to content

Commit 33a39af

Browse files
authored
Add missing base class for EventResponse (#1220)
1 parent 4eb291b commit 33a39af

File tree

2 files changed

+92
-91
lines changed

2 files changed

+92
-91
lines changed

aioesphomeapi/api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,6 +1954,7 @@ message ListEntitiesEventResponse {
19541954
}
19551955
message EventResponse {
19561956
option (id) = 108;
1957+
option (base_class) = "StateResponseProtoMessage";
19571958
option (source) = SOURCE_SERVER;
19581959
option (ifdef) = "USE_EVENT";
19591960

0 commit comments

Comments
 (0)