mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
API raise minor version for climate changes (#1947)
This commit is contained in:
parent
871c0ee2a5
commit
c811141a4f
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ HelloResponse APIConnection::hello(const HelloRequest &msg) {
|
|||
|
||||
HelloResponse resp;
|
||||
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 ")";
|
||||
this->connection_state_ = ConnectionState::CONNECTED;
|
||||
return resp;
|
||||
|
|
Loading…
Reference in a new issue