mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
[api] Bump APIVersion to 1.11 (#9990)
This commit is contained in:
@@ -1366,7 +1366,7 @@ bool APIConnection::send_hello_response(const HelloRequest &msg) {
|
|||||||
|
|
||||||
HelloResponse resp;
|
HelloResponse resp;
|
||||||
resp.api_version_major = 1;
|
resp.api_version_major = 1;
|
||||||
resp.api_version_minor = 10;
|
resp.api_version_minor = 11;
|
||||||
// Temporary string for concatenation - will be valid during send_message call
|
// Temporary string for concatenation - will be valid during send_message call
|
||||||
std::string server_info = App.get_name() + " (esphome v" ESPHOME_VERSION ")";
|
std::string server_info = App.get_name() + " (esphome v" ESPHOME_VERSION ")";
|
||||||
resp.set_server_info(StringRef(server_info));
|
resp.set_server_info(StringRef(server_info));
|
||||||
|
Reference in New Issue
Block a user