Skip to content

Commit

Permalink
Regenerate api_pb2 after manual changes were added incorrectly in esp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Dec 22, 2023
1 parent 4fb7e94 commit bd6fa29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esphome/components/api/api_pb2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3848,6 +3848,7 @@ void ListEntitiesClimateResponse::dump_to(std::string &out) const {
sprintf(buffer, "%g", this->visual_max_humidity);
out.append(buffer);
out.append("\n");
out.append("}");
}
#endif
bool ClimateStateResponse::decode_varint(uint32_t field_id, ProtoVarInt value) {
Expand Down Expand Up @@ -4015,6 +4016,7 @@ void ClimateStateResponse::dump_to(std::string &out) const {
sprintf(buffer, "%g", this->target_humidity);
out.append(buffer);
out.append("\n");
out.append("}");
}
#endif
bool ClimateCommandRequest::decode_varint(uint32_t field_id, ProtoVarInt value) {
Expand Down

0 comments on commit bd6fa29

Please sign in to comment.