mirror of
https://github.com/esphome/esphome.git
synced 2025-09-16 02:02:21 +01:00
Expose webserver_port to the native API (#2640)
This commit is contained in:
@@ -182,6 +182,8 @@ message DeviceInfoResponse {
|
||||
// The esphome project details if set
|
||||
string project_name = 8;
|
||||
string project_version = 9;
|
||||
|
||||
uint32 webserver_port = 10;
|
||||
}
|
||||
|
||||
message ListEntitiesRequest {
|
||||
|
Reference in New Issue
Block a user