mirror of
https://github.com/esphome/esphome.git
synced 2025-01-24 05:14:29 +01:00
Fix
This commit is contained in:
parent
c07619debb
commit
784bedab8c
1 changed files with 2 additions and 1 deletions
|
@ -1465,6 +1465,7 @@ void APIConnection::execute_service(const ExecuteServiceRequest &msg) {
|
|||
ESP_LOGV(TAG, "Could not find matching service!");
|
||||
}
|
||||
}
|
||||
#ifdef USE_API_NOISE
|
||||
NoiseEncryptionSetKeyResponse APIConnection::noise_encryption_set_key(const NoiseEncryptionSetKeyRequest &msg) {
|
||||
psk_t psk{};
|
||||
NoiseEncryptionSetKeyResponse resp;
|
||||
|
@ -1483,7 +1484,7 @@ NoiseEncryptionSetKeyResponse APIConnection::noise_encryption_set_key(const Nois
|
|||
resp.success = true;
|
||||
return resp;
|
||||
}
|
||||
|
||||
#endif
|
||||
void APIConnection::subscribe_home_assistant_states(const SubscribeHomeAssistantStatesRequest &msg) {
|
||||
state_subs_at_ = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue