mirror of
https://github.com/esphome/esphome.git
synced 2025-09-15 09:42:19 +01:00
Make API ConnectRequest optional for passwordless connections (#9445)
This commit is contained in:
@@ -39,7 +39,6 @@ class APIServer : public Component, public Controller {
|
||||
bool teardown() override;
|
||||
#ifdef USE_API_PASSWORD
|
||||
bool check_password(const std::string &password) const;
|
||||
bool uses_password() const;
|
||||
void set_password(const std::string &password);
|
||||
#endif
|
||||
void set_port(uint16_t port);
|
||||
|
Reference in New Issue
Block a user