mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
no a small batch
This commit is contained in:
@@ -1886,5 +1886,3 @@ void APIConnection::log_warning_(const LogString *message, APIError err) {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -744,5 +744,3 @@ class APIConnection final : public APIServerConnection {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -264,5 +264,3 @@ APIError APIFrameHelper::handle_socket_read_result_(ssize_t received) {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -201,5 +201,3 @@ class APIFrameHelper {
|
||||
} // namespace esphome::api
|
||||
|
||||
#endif // USE_API
|
||||
|
||||
// test
|
||||
|
||||
@@ -603,5 +603,3 @@ void noise_rand_bytes(void *output, size_t len) {
|
||||
} // namespace esphome::api
|
||||
#endif // USE_API_NOISE
|
||||
#endif // USE_API
|
||||
|
||||
// test
|
||||
|
||||
@@ -62,5 +62,3 @@ class APINoiseFrameHelper final : public APIFrameHelper {
|
||||
} // namespace esphome::api
|
||||
#endif // USE_API_NOISE
|
||||
#endif // USE_API
|
||||
|
||||
// test
|
||||
|
||||
@@ -292,5 +292,3 @@ APIError APIPlaintextFrameHelper::write_protobuf_packets(ProtoWriteBuffer buffer
|
||||
} // namespace esphome::api
|
||||
#endif // USE_API_PLAINTEXT
|
||||
#endif // USE_API
|
||||
|
||||
// test
|
||||
|
||||
@@ -48,5 +48,3 @@ class APIPlaintextFrameHelper final : public APIFrameHelper {
|
||||
} // namespace esphome::api
|
||||
#endif // USE_API_PLAINTEXT
|
||||
#endif // USE_API
|
||||
|
||||
// test
|
||||
|
||||
@@ -28,5 +28,3 @@ class APINoiseContext {
|
||||
#endif // USE_API_NOISE
|
||||
|
||||
} // namespace esphome::api
|
||||
|
||||
// test
|
||||
|
||||
@@ -32,5 +32,3 @@ namespace esphome::api {
|
||||
// This file only provides includes, no actual code
|
||||
|
||||
} // namespace esphome::api
|
||||
|
||||
// test
|
||||
|
||||
@@ -555,5 +555,3 @@ bool APIServer::teardown() {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -231,5 +231,3 @@ template<typename... Ts> class APIConnectedCondition : public Condition<Ts...> {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -279,5 +279,3 @@ class CustomAPIDevice {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -229,5 +229,3 @@ template<typename... Ts> class HomeAssistantServiceCallAction : public Action<Ts
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -91,5 +91,3 @@ bool ListEntitiesIterator::on_service(UserServiceDescriptor *service) {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -97,5 +97,3 @@ class ListEntitiesIterator : public ComponentIterator {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -70,5 +70,3 @@ InitialStateIterator::InitialStateIterator(APIConnection *client) : client_(clie
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -90,5 +90,3 @@ class InitialStateIterator : public ComponentIterator {
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif
|
||||
|
||||
// test
|
||||
|
||||
@@ -40,5 +40,3 @@ template<> enums::ServiceArgType to_service_arg_type<std::vector<std::string>>()
|
||||
}
|
||||
|
||||
} // namespace esphome::api
|
||||
|
||||
// test
|
||||
|
||||
@@ -75,5 +75,3 @@ template<typename... Ts> class UserServiceTrigger : public UserServiceBase<Ts...
|
||||
|
||||
} // namespace esphome::api
|
||||
#endif // USE_API_SERVICES
|
||||
|
||||
// test
|
||||
|
||||
Reference in New Issue
Block a user