mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
API raise minor version for climate changes (#1947)
This commit is contained in:
parent
d4eb0f1655
commit
e3f36c033e
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ HelloResponse APIConnection::hello(const HelloRequest &msg) {
|
||||||
|
|
||||||
HelloResponse resp;
|
HelloResponse resp;
|
||||||
resp.api_version_major = 1;
|
resp.api_version_major = 1;
|
||||||
resp.api_version_minor = 4;
|
resp.api_version_minor = 5;
|
||||||
resp.server_info = App.get_name() + " (esphome v" ESPHOME_VERSION ")";
|
resp.server_info = App.get_name() + " (esphome v" ESPHOME_VERSION ")";
|
||||||
this->connection_state_ = ConnectionState::CONNECTED;
|
this->connection_state_ = ConnectionState::CONNECTED;
|
||||||
return resp;
|
return resp;
|
||||||
|
|
Loading…
Reference in a new issue