API raise minor version for climate changes (#1947)

This commit is contained in:
Otto Winter 2021-06-21 22:02:18 +02:00 committed by Jesse Hills
parent d4eb0f1655
commit e3f36c033e
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -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;