Skip to content

Commit

Permalink
Expose webserver port via native API (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Oct 28, 2021
1 parent b43f64f commit 09d760a
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 134 deletions.
2 changes: 2 additions & 0 deletions aioesphomeapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ message DeviceInfoResponse {
// The esphome project details if set
string project_name = 8;
string project_version = 9;

uint32 webserver_port = 10;
}

message ListEntitiesRequest {
Expand Down
Loading

0 comments on commit 09d760a

Please sign in to comment.